Skip to content

Commit

Permalink
Try reading the manual...
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Sep 19, 2024
1 parent cf0dd00 commit 303b9f2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ on:
types: [published]
workflow_dispatch: {}

name: demo-website
name: AAGI-Quarto-demo-website

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

jobs:
demo-page:
Expand Down Expand Up @@ -50,5 +55,6 @@ jobs:
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: ./docs
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 303b9f2

Please sign in to comment.