ci: publish correct folder

This commit is contained in:
Vitaly 2023-08-28 07:35:31 +03:00 committed by GitHub
commit 0e167daee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,5 @@ jobs:
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: ./dist
force_orphan: true