Skip to content

Commit 445787e

Browse files
committed
Fix release doc deloy
1 parent fecb37b commit 445787e

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
@@ -103,6 +103,9 @@ jobs:
103103
runs-on: ubuntu-latest
104104
needs: build
105105
steps:
106+
- uses: actions/checkout@v4
107+
with:
108+
path: src
106109
- uses: actions/checkout@v3
107110
with:
108111
ref: gh-pages
@@ -123,7 +126,7 @@ jobs:
123126
git commit --allow-empty -m "placeholder"
124127
fi
125128
126-
dirname="$(cat version.txt)"
129+
dirname="$(cat src/version.txt)"
127130
rm -rf "${dirname}"
128131
mv html "${dirname}"
129132
git add --all "${dirname}" || true

0 commit comments

Comments
 (0)