Skip to content

Commit 383548c

Browse files
committed
Fix doc deployment
1 parent 445787e commit 383548c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_docs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
with:
111111
ref: gh-pages
112112
fetch-depth: 5
113+
- uses: actions/checkout@v4
114+
with:
115+
path: _src
113116
- uses: actions/download-artifact@v3
114117
with:
115118
name: docs
@@ -126,7 +129,7 @@ jobs:
126129
git commit --allow-empty -m "placeholder"
127130
fi
128131
129-
dirname="$(cat src/version.txt)"
132+
dirname="$(cat _src/version.txt)"
130133
rm -rf "${dirname}"
131134
mv html "${dirname}"
132135
git add --all "${dirname}" || true

0 commit comments

Comments
 (0)