Skip to content

Commit b1a751a

Browse files
committed
[INTERNAL] Docs: Prevent updating 404.html
An updated version of the 404.html will be deployed from the `main` branch via #1250.
1 parent ac577cf commit b1a751a

File tree

2 files changed

+3
-48
lines changed

2 files changed

+3
-48
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Use Node.js LTS 20.x
26-
uses: actions/setup-node@v5.0.0
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: 20.x
2929

@@ -50,7 +50,7 @@ jobs:
5050
npm run schema-workspace-generate
5151
5252
- name: Checkout gh-pages
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454
with:
5555
ref: gh-pages
5656
path: gh-pages
@@ -60,7 +60,6 @@ jobs:
6060
cp -R ./site/schema ./gh-pages/
6161
rm -rf ./gh-pages/$MIKE_VERSION/api
6262
cp -R ./site/api ./gh-pages/$MIKE_VERSION/
63-
cp ./scripts/resources/custom404.html ./gh-pages/404.html
6463
- name: Publish Docs
6564
run: |
6665
cd ./gh-pages

scripts/resources/custom404.html

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)