mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 14:01:05 +01:00
typo in workflow
This commit is contained in:
9
.github/workflows/build_documentation.yml
vendored
9
.github/workflows/build_documentation.yml
vendored
@@ -74,12 +74,11 @@ jobs:
|
|||||||
|
|
||||||
# Update main index if this is a release
|
# Update main index if this is a release
|
||||||
- name: Update version index
|
- name: Update version index
|
||||||
|
if: github.event_name == 'release'
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.event_name }}" == "release" ]; then
|
python docs/main_index/render_main_index.py \
|
||||||
cd gh-pages
|
--version "${{ steps.version.outputs.version }}" \
|
||||||
python docs/main_index/render_main_index.py \
|
--date "$(date +'%d.%m.%Y')"
|
||||||
--version "${{ steps.version.outputs.version }}" \
|
|
||||||
--date "$(date +'%d.%m.%Y')"
|
|
||||||
|
|
||||||
- name: Checkout gh-pages
|
- name: Checkout gh-pages
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user