Skip to content

Commit

Permalink
update publish2.yml now that the path: website is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdumas committed Oct 27, 2024
1 parent c587b8d commit f8e7d27
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:

name: Quarto Publish

# you need these permissions to publish to GitHub pages
permissions:
contents: write
pages: write

jobs:
build-deploy:
runs-on: ubuntu-latest
Expand All @@ -22,21 +17,9 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1

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

0 comments on commit f8e7d27

Please sign in to comment.