Skip to content

Commit

Permalink
Use v4 of github-pages-deploy-action
Browse files Browse the repository at this point in the history
Use correct version numbering for github pages deploy action and
remove variables that were just set to their defaults.
  • Loading branch information
laudrup committed Nov 16, 2022
1 parent e61a912 commit fc521eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Disable Jekyll templating
run: touch build/doc/html/.nojekyll
- name: Deploy documentation
uses: JamesIves/github-pages-deploy-action@4.4.1
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build/doc/html
CLEAN: true
folder: build/doc/html

0 comments on commit fc521eb

Please sign in to comment.