Skip to content

Commit

Permalink
fix(ci): check tab characters
Browse files Browse the repository at this point in the history
  • Loading branch information
ciupava committed Jan 29, 2024
1 parent db83655 commit cd1407c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ jobs:
run: |
wget https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.4/quarto-0.9.4-linux-amd64.deb
sudo dpkg -i quarto-0.9.4-linux-amd64.deb
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
uses: quarto-dev/quarto-actions/render@v2
with:
to: html # If set, it will be equivalent to `quarto render --to html`
path: . # By default, the current working dir is used i.e `quarto render .
output-dir: github-deploy

- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit cd1407c

Please sign in to comment.