Skip to content

Commit 7d5f2ee

Browse files
authored
fix(build): fix broken build
1 parent 0176a5e commit 7d5f2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
make html
7272
touch ./build/html/.nojekyll
7373
- name: Deploy to GitHub Pages
74-
uses: JamesIves/github-pages-deploy-action@3.5.5
74+
uses: JamesIves/github-pages-deploy-action@latest
7575
with:
7676
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
7777
BRANCH: gh-pages

0 commit comments

Comments
 (0)