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.
2 parents f8c9aeb + 25ca8bb commit 0d23adcCopy full SHA for 0d23adc
.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