File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff 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 :
7170 steps :
7271 - name : Deploy to GitHub Pages
7372 id : deployment
74- uses : actions/deploy-pages@v4
73+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments