Skip to content

Commit

Permalink
Don't exclude assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitr101 authored and arriven committed Mar 2, 2022
1 parent 76f89a0 commit 890597a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site/assets
publish_dir: ./site/assets
exclude_assets: ''

0 comments on commit 890597a

Please sign in to comment.