Skip to content

Commit

Permalink
Merge pull request #333 from fusion-energy/shimwell-patch-4
Browse files Browse the repository at this point in the history
Update documentation_update.yml
  • Loading branch information
shimwell authored Sep 27, 2024
2 parents 3e8009b + d17974f commit b7bb30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
run: |
sphinx-build docs _build/${{ github.ref_name }}
rm -rf _build/stable
mkdir _build/stable
mkdir -p _build/stable
sphinx-build docs _build/stable
- name: Sphinx build dev version
if: (github.event_name == 'push' || github.event_name == 'pull_request') && !startsWith(github.ref, 'refs/tags/')
run: |
rm -rf _build/dev
mkdir _build/dev
mkdir -p _build/dev
sphinx-build docs _build/dev
- name: Deploy docs to GitHub Pages
if: github.event_name == 'push' || startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit b7bb30f

Please sign in to comment.