Skip to content

Commit

Permalink
Move doc build command (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Apr 19, 2024
1 parent 5631898 commit 988d361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
mkdir ./tests/assets && cp ./webviz_subsurface/_assets/js/* ./tests/assets
pytest ./tests --headless --forked --testdata-folder ./webviz-subsurface-testdata
rm -rf ./tests/assets
webviz docs --portable ./docs_build --skip-open
- name: 🐳 Build Docker example image
if: github.event_name != 'release'
Expand Down Expand Up @@ -134,6 +133,8 @@ jobs:
- name: 📚 Update GitHub pages
if: github.event_name == 'release' && matrix.python-version == '3.8'
run: |
webviz docs --portable ./docs_build --skip-open
cp -R ./docs_build ../docs_build
git config --local user.email "webviz-github-action"
Expand Down

0 comments on commit 988d361

Please sign in to comment.