Skip to content

Commit f3393d5

Browse files
committed
fix(app): github-pages-deploy-action version
1 parent 10d4eba commit f3393d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: documentation
5555
path: documentation
5656
- name: Deploy to github pages
57-
uses: JamesIves/github-pages-deploy-action@4
57+
uses: JamesIves/github-pages-deploy-action@v4
5858
with:
5959
GITHUB_TOKEN: ${{ secrets.COMPODOC_GITHUB_PAGES_TOKEN }}
6060
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)