We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac577cf commit cc52bfdCopy full SHA for cc52bfd
2 files changed
.github/workflows/deploy-docs.yml
@@ -20,10 +20,10 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
25
- name: Use Node.js LTS 20.x
26
- uses: actions/setup-node@v5.0.0
+ uses: actions/setup-node@v6
27
with:
28
node-version: 20.x
29
@@ -50,7 +50,7 @@ jobs:
50
npm run schema-workspace-generate
51
52
- name: Checkout gh-pages
53
54
55
ref: gh-pages
56
path: gh-pages
@@ -60,7 +60,6 @@ jobs:
60
cp -R ./site/schema ./gh-pages/
61
rm -rf ./gh-pages/$MIKE_VERSION/api
62
cp -R ./site/api ./gh-pages/$MIKE_VERSION/
63
- cp ./scripts/resources/custom404.html ./gh-pages/404.html
64
- name: Publish Docs
65
run: |
66
cd ./gh-pages
scripts/resources/custom404.html
0 commit comments