Skip to content

Commit

Permalink
Shift working-directory parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Aug 9, 2024
1 parent 7085e9e commit b08a134
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/quarto-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:

name: Quarto Publish

defaults:
run:
working-directory: ./docs

jobs:
build-deploy:
runs-on: ubuntu-latest
Expand All @@ -24,6 +20,7 @@ jobs:

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
working-directory: ./docs
with:
target: gh-pages
env:
Expand Down

0 comments on commit b08a134

Please sign in to comment.