Skip to content

Commit

Permalink
Simplify ghpages publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Feb 17, 2022
1 parent 239f211 commit 0e9eecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -27,4 +27,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages
folder: target/site
folder: target/site
clean: false

0 comments on commit 0e9eecd

Please sign in to comment.