We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33512cf commit 237ec98Copy full SHA for 237ec98
.github/workflows/docs.yml
@@ -60,7 +60,7 @@ jobs:
60
# Step 6: Update switcher.json
61
- name: Update switcher.json
62
run: |
63
- SWITCHER_FILE=static/switcher.json
+ SWITCHER_FILE=_static/switcher.json
64
jq --arg version "$VERSION" \
65
'. |= [{"name": $version, "version": $version, "url": "https://deeptrackai.github.io/deeplay/\($version)/"}] + .' \
66
$SWITCHER_FILE > temp.json && mv temp.json $SWITCHER_FILE
@@ -88,6 +88,6 @@ jobs:
88
89
git config user.name "github-actions[bot]"
90
git config user.email "github-actions[bot]@users.noreply.github.com"
91
- git add docs/latest docs/$VERSION static/switcher.json
+ git add docs/latest docs/$VERSION _static/switcher.json
92
git commit -m "Update docs for release $VERSION"
93
- git push
+ git push
0 commit comments