mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
fix deploy
This commit is contained in:
@@ -21,11 +21,9 @@ jobs:
|
|||||||
- name: Build website
|
- name: Build website
|
||||||
run: npm run build
|
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
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Build output to publish to the `gh-pages` branch:
|
|
||||||
publish_dir: ./build
|
publish_dir: ./build
|
||||||
Reference in New Issue
Block a user