mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
fix deprecated version of gh action
This commit is contained in:
parent
09637be998
commit
44ba940b85
1 changed files with 4 additions and 4 deletions
8
.github/workflows/vitepress.yml
vendored
8
.github/workflows/vitepress.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Deploy
|
name: Deploy-Documentation
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
push:
|
push:
|
||||||
|
|
@ -28,9 +28,9 @@ jobs:
|
||||||
run: npm run docs:build
|
run: npm run docs:build
|
||||||
working-directory: docs
|
working-directory: docs
|
||||||
- uses: actions/configure-pages@v2
|
- uses: actions/configure-pages@v2
|
||||||
- uses: actions/upload-pages-artifact@v1
|
- uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: docs/.vitepress/dist
|
path: docs/.vitepress/dist
|
||||||
- name: Deploy
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v1
|
uses: actions/deploy-pages@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue