We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59e9ab commit 65df10bCopy full SHA for 65df10b
.github/workflows/build_docs.yml
@@ -151,6 +151,9 @@ jobs:
151
with:
152
ref: gh-pages
153
fetch-depth: 5
154
+ - uses: actions/checkout@v4
155
+ with:
156
+ path: _src
157
- uses: actions/download-artifact@v3
158
159
name: docs
@@ -167,7 +170,7 @@ jobs:
167
170
git commit --allow-empty -m "placeholder"
168
171
fi
169
172
- dirname="$(cat version.txt)"
173
+ dirname="$(cat _src/version.txt)"
174
rm -rf "${dirname}"
175
mv html "${dirname}"
176
git add --all "${dirname}" || true
0 commit comments