Loading .github/workflows/jekyll.yml +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,6 @@ jobs: # Download our master branch steps: - uses: actions/checkout@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Run our deployment command - name: Deploying the static website to gh-pages Loading @@ -23,3 +21,5 @@ jobs: npm install --legacy-peer-deps npm run deploy working-directory: app env: GITHUB_TOKEN: ${{ github.token }} Loading
.github/workflows/jekyll.yml +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,6 @@ jobs: # Download our master branch steps: - uses: actions/checkout@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Run our deployment command - name: Deploying the static website to gh-pages Loading @@ -23,3 +21,5 @@ jobs: npm install --legacy-peer-deps npm run deploy working-directory: app env: GITHUB_TOKEN: ${{ github.token }}