Skip to content

Commit bae6bb1

Browse files
committed
ci(deploy): update actions to v5 for improved stability and features
1 parent b72e0dd commit bae6bb1

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,32 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
33-
32+
uses: actions/checkout@v5
33+
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
36-
36+
3737
- name: Setup Node.js
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: '20'
4141
cache: 'npm'
4242
cache-dependency-path: 'docs/package.json'
43-
43+
4444
- name: Install dependencies
4545
working-directory: ./docs
4646
run: npm ci
47-
47+
4848
- name: Build documentation
4949
working-directory: ./docs
5050
run: npm run generate
5151
env:
52-
NUXT_APP_BASE_URL: /flowforge/
5352
NUXT_SITE_URL: https://relaticle.github.io/flowforge/
54-
53+
5554
- name: Add .nojekyll file
5655
working-directory: ./docs
5756
run: touch .output/public/.nojekyll
58-
57+
5958
- name: Upload artifact
6059
uses: actions/upload-pages-artifact@v3
6160
with:
@@ -71,4 +70,4 @@ jobs:
7170
steps:
7271
- name: Deploy to GitHub Pages
7372
id: deployment
74-
uses: actions/deploy-pages@v4
73+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)