Skip to content

Commit

Permalink
Update publish-gh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless authored Aug 25, 2023
1 parent c0fcadf commit a21f3e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,9 @@ jobs:
- name: "Set up Quarto"
uses: quarto-dev/quarto-actions/setup@v2

- name: "Initialize a quarto project"
run: |
quarto create project manuscript .
shell: bash

- name: "Render and Publish"
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a21f3e2

Please sign in to comment.