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 c1de095
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches:
- master
pull-request:
branches:
- master

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -45,4 +48,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 c1de095

Please sign in to comment.