Skip to content

Commit

Permalink
[CI] Fix GitHub Pages deployment.
Browse files Browse the repository at this point in the history
Signed-off-by: Juri Berlanda <juriberlanda@hotmail.com>
  • Loading branch information
j-be committed Jan 24, 2024
1 parent aaea630 commit 1494489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: touch locateMe/dist/locateMe/.nojekyll

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: locateMe/dist/locateMe
Expand Down

0 comments on commit 1494489

Please sign in to comment.