We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930c727 commit 25ca8bbCopy full SHA for 25ca8bb
.github/workflows/blog.yaml
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
npm run build:blog
60
61
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
62
with:
63
name: blog
64
path: |
@@ -80,7 +80,7 @@ jobs:
80
- name: Build
81
run: npm run build
82
83
84
85
name: website
86
path: ./public
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
0 commit comments