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 7651d42 commit f8bedbdCopy full SHA for f8bedbd
.github/workflows/build-hash-router.yml
@@ -43,7 +43,7 @@ jobs:
43
# BASE_URL: '/docusaurus/' # hash router +
44
45
- name: Upload Website artifact
46
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
47
with:
48
name: website-hash-router-archive
49
path: website/build
.github/workflows/tests-e2e.yml
@@ -109,7 +109,7 @@ jobs:
109
DOCUSAURUS_PERF_LOGGER: 'true'
110
working-directory: test-website-in-workspace
111
112
113
114
name: website-e2e-windows
115
path: test-website-in-workspace/build
0 commit comments