This commit is contained in:
2025-02-07 11:32:30 +03:00
parent e99f484249
commit 396ac1e771

View File

@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Setup Vlang - name: Setup Vlang
run: ./install_v.sh --github-actions run: ./install_v.sh --github-actions
@@ -35,13 +35,13 @@ jobs:
find . find .
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v3 uses: actions/configure-pages@v4
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v1 uses: actions/upload-pages-artifact@v2
with: with:
path: "/home/runner/work/herolib/herolib/docs" path: "/home/runner/work/herolib/herolib/docs"
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v1 uses: actions/deploy-pages@v3