fix deploy

This commit is contained in:
Artur Akmalov
2023-05-22 02:04:23 +05:00
parent 4153514421
commit 0f4afb5e68

View File

@@ -21,11 +21,9 @@ jobs:
- name: Build website
run: npm run build
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build