Skip to content

Commit 237ec98

Browse files
committed
Update docs.yml
1 parent 33512cf commit 237ec98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Step 6: Update switcher.json
6161
- name: Update switcher.json
6262
run: |
63-
SWITCHER_FILE=static/switcher.json
63+
SWITCHER_FILE=_static/switcher.json
6464
jq --arg version "$VERSION" \
6565
'. |= [{"name": $version, "version": $version, "url": "https://deeptrackai.github.io/deeplay/\($version)/"}] + .' \
6666
$SWITCHER_FILE > temp.json && mv temp.json $SWITCHER_FILE
@@ -88,6 +88,6 @@ jobs:
8888
run: |
8989
git config user.name "github-actions[bot]"
9090
git config user.email "github-actions[bot]@users.noreply.github.com"
91-
git add docs/latest docs/$VERSION static/switcher.json
91+
git add docs/latest docs/$VERSION _static/switcher.json
9292
git commit -m "Update docs for release $VERSION"
93-
git push
93+
git push

0 commit comments

Comments
 (0)