Skip to content

Commit

Permalink
fix(app): github-pages-deploy-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Apr 12, 2024
1 parent 10d4eba commit f3393d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: documentation
path: documentation
- name: Deploy to github pages
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.COMPODOC_GITHUB_PAGES_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit f3393d5

Please # to comment.