Skip to content

Commit be40417

Browse files
committed
1 parent 4907dd7 commit be40417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-slides.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uv run python -m nltk.downloader stopwords
3333

3434
- name: Activate venv
35-
run: source .venv/bin/activate
35+
run: echo PATH=${GITHUB_WORKSPACE}/.venv/bin:$PATH >> $GITHUB_ENV
3636

3737
- name: Publish to GitHub Pages (and render)
3838
uses: quarto-dev/quarto-actions/publish@v2

0 commit comments

Comments
 (0)