Skip to content

Commit

Permalink
multiple commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthergl committed Dec 21, 2023
1 parent c4d66ac commit 88ef4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with: { name: python-distribution-files, path: dist/ }
- name: Install pandoc and build documentation
run: >-
apt-get install pandoc \\
apt-get install pandoc ;
pipx run --python '${{ steps.setup-python.outputs.python-path }}'
tox -e docs
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 88ef4fa

Please sign in to comment.