We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d775e89 commit 4907dd7Copy full SHA for 4907dd7
1 file changed
.github/workflows/publish-slides.yaml
@@ -31,6 +31,9 @@ jobs:
31
- name: Download nltk corpus
32
run: uv run python -m nltk.downloader stopwords
33
34
+ - name: Activate venv
35
+ run: source .venv/bin/activate
36
+
37
- name: Publish to GitHub Pages (and render)
38
uses: quarto-dev/quarto-actions/publish@v2
39
with:
0 commit comments