Skip to content

Commit 60307f3

Browse files
committed
get dev variables before build site
1 parent 0cbd7a1 commit 60307f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/quartodoc.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ jobs:
4141
- name: Check quartodoc version
4242
run: sed -i "s|QUARTODOC_VERSION|$(python -c 'import importlib.metadata; print(importlib.metadata.version("quartodoc"))')|" _variables.yml
4343
working-directory: python/docs
44-
45-
- name: Build site
46-
run: |
47-
conda run -n bvhar-dev quartodoc build
48-
conda run -n bvhar-dev quarto render .
49-
working-directory: python/docs
5044

5145
- name: Main and develop
5246
run: |
@@ -60,6 +54,12 @@ jobs:
6054
fi
6155
working-directory: python/docs
6256

57+
- name: Build site
58+
run: |
59+
conda run -n bvhar-dev quartodoc build
60+
conda run -n bvhar-dev quarto render .
61+
working-directory: python/docs
62+
6363
- name: Deploy to GitHub pages 🚀
6464
if: github.event_name != 'pull_request'
6565
uses: JamesIves/github-pages-deploy-action@v4.6.1

0 commit comments

Comments
 (0)