mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore: Upgrade GitHub Actions for Node 24 compatibility (#11621)
This commit is contained in:
parent
0799e20b67
commit
acd96cb3f0
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
# BASE_URL: '/docusaurus/' # hash router +
|
# BASE_URL: '/docusaurus/' # hash router +
|
||||||
|
|
||||||
- name: Upload Website artifact
|
- name: Upload Website artifact
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: website-hash-router-archive
|
name: website-hash-router-archive
|
||||||
path: website/build
|
path: website/build
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.1
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ jobs:
|
||||||
DOCUSAURUS_PERF_LOGGER: 'true'
|
DOCUSAURUS_PERF_LOGGER: 'true'
|
||||||
working-directory: test-website-in-workspace
|
working-directory: test-website-in-workspace
|
||||||
- name: Upload Website artifact
|
- name: Upload Website artifact
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: website-e2e-windows
|
name: website-e2e-windows
|
||||||
path: test-website-in-workspace/build
|
path: test-website-in-workspace/build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue