We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbbef3 commit db12d63Copy full SHA for db12d63
1 file changed
.github/workflows/publish.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Set up Quarto
22
uses: quarto-dev/quarto-actions/setup@v2
23
24
+ - name: Activate virtual environment
25
+ run: source .venv/bin/activate
26
+
27
- name: Render and Publish
28
uses: quarto-dev/quarto-actions/publish@v2
29
with:
@@ -42,6 +45,9 @@ jobs:
42
45
43
46
44
47
48
49
50
51
52
53
0 commit comments