Skip to content

Commit

Permalink
Update deploy-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Mar 1, 2024
1 parent 8f9d371 commit b2dfb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# echo "/${REPO_NAME}/index.html /${REPO_NAME}/${REPO_NAME}/index.html 301" >> public/_redirects;
echo "kmdc.petuska.dev" > public/CNAME
- uses: crazy-max/ghaction-github-pages@v4.0.0
- uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: public
Expand Down

0 comments on commit b2dfb30

Please sign in to comment.