Skip to content

Commit d0aa16b

Browse files
Fix dir ref in release workflow (#699)
1 parent 2e6bacc commit d0aa16b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
release:
55
types: [published]
66

7+
workflow_dispatch:
8+
79
jobs:
810
publish-docs:
911
runs-on: ubuntu-latest
@@ -62,7 +64,7 @@ jobs:
6264
rm -r _build/html/main
6365
6466
# Only copy docs for main and current tag
65-
cp -r -n ../../docs/_build/html _build/
67+
cp -r -n ../docs/_build/html _build/
6668
6769
# Configure git using GitHub Actions credentials.
6870
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)