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 91bd116 commit 18a3a58Copy full SHA for 18a3a58
.github/workflows/deploy-docs.yaml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
task --yes setup docs:build-mini18n-dirhtml
39
- name: 'Upload artifact'
40
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
41
with:
42
path: docs/_build/mini18n-dirhtml
43
- name: 'Deploy to GitHub Pages'
.github/workflows/release.yaml
@@ -77,7 +77,7 @@ jobs:
77
78
79
- name: Upload artifact
80
81
82
83
- name: Deploy to GitHub Pages
0 commit comments