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 2e6bacc commit d0aa16bCopy full SHA for d0aa16b
.github/workflows/release_workflow.yml
@@ -4,6 +4,8 @@ on:
4
release:
5
types: [published]
6
7
+ workflow_dispatch:
8
+
9
jobs:
10
publish-docs:
11
runs-on: ubuntu-latest
@@ -62,7 +64,7 @@ jobs:
62
64
rm -r _build/html/main
63
65
66
# Only copy docs for main and current tag
- cp -r -n ../../docs/_build/html _build/
67
+ cp -r -n ../docs/_build/html _build/
68
69
# Configure git using GitHub Actions credentials.
70
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments