fix deprecated version of gh action
Some checks are pending
build-story-editor / build_linux (push) Waiting to run
build-story-editor / build_win32 (push) Waiting to run
Deploy-Documentation / deploy (push) Waiting to run

This commit is contained in:
anthony@rabine.fr 2025-02-02 20:52:07 +01:00
parent 09637be998
commit 44ba940b85

View file

@ -1,4 +1,4 @@
name: Deploy
name: Deploy-Documentation
on:
workflow_dispatch: {}
push:
@ -28,9 +28,9 @@ jobs:
run: npm run docs:build
working-directory: docs
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
- name: Deploy
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4