Skip to content

Commit

Permalink
Going back to version 3 again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Apr 1, 2024
1 parent 72bcbbb commit dcc839c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
actions: write
id-token: write
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 @@ -49,4 +49,4 @@ jobs:
path: 'Docs/_site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3

0 comments on commit dcc839c

Please sign in to comment.