diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 8a724da..2ef64ce 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -20,8 +20,6 @@ jobs: - name: Copy landing page run: | cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/build/site - with: - GITHUB_TOKEN: "${{ github.token }}" - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@3.2.1