File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141 - name : Export version for site docs
4242 id : docs-version-step
4343 run : |
44- ./ci- scripts/docs-version.sh
45- echo "Identified version: $(./ci- scripts/docs-version.sh)"
46- echo "version=$(./ci- scripts/docs-version.sh)"
47- echo "version=$(./ci- scripts/docs-version.sh)" >> $GITHUB_OUTPUT
44+ ./scripts/docs-version.sh
45+ echo "Identified version: $(./scripts/docs-version.sh)"
46+ echo "version=$(./scripts/docs-version.sh)"
47+ echo "version=$(./scripts/docs-version.sh)" >> $GITHUB_OUTPUT
4848
4949 publish :
5050 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins:
1212 - mike
1313 - gen-files :
1414 scripts :
15- - ci- scripts/gen_pages.py # or any other name or path
15+ - scripts/gen_pages.py # or any other name or path
1616 - mkdocstrings :
1717 handlers :
1818 python :
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments