Skip to content

Commit

Permalink
Set deploy-pages back to v4
Browse files Browse the repository at this point in the history
- test in PR
  • Loading branch information
mrbean-bremen committed Apr 1, 2024
1 parent d9380e5 commit 8a4007c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
actions: read

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down Expand Up @@ -45,4 +49,4 @@ jobs:
path: 'Docs/_site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 8a4007c

Please sign in to comment.