mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 09:22:54 +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
|
||||
- name: Update version index
|
||||
if: github.event_name == 'release'
|
||||
run: |
|
||||
if [ "${{ github.event_name }}" == "release" ]; then
|
||||
cd gh-pages
|
||||
python docs/main_index/render_main_index.py \
|
||||
--version "${{ steps.version.outputs.version }}" \
|
||||
--date "$(date +'%d.%m.%Y')"
|
||||
python docs/main_index/render_main_index.py \
|
||||
--version "${{ steps.version.outputs.version }}" \
|
||||
--date "$(date +'%d.%m.%Y')"
|
||||
|
||||
- name: Checkout gh-pages
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user