diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 689ac0f..eda4c31 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,12 +2,10 @@ name: Publish to GitHub Pages on: push: branches: [master] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: concurrency: group: github-pages cancel-in-progress: false -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read pages: write @@ -32,7 +30,7 @@ jobs: - name: Generate Site run: npx antora antora-playbook.yml - name: Upload Artifacts - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v4 with: path: build/site - name: Deploy to GitHub Pages