Skip to content

Merge pull request #23 from r-devel/gergely/install-po3way #15

Merge pull request #23 from r-devel/gergely/install-po3way

Merge pull request #23 from r-devel/gergely/install-po3way #15

# https://github.com/quarto-dev/quarto-actions/blob/main/examples/quarto-publish-example.yml
on:
push:
branches: main
name: Render and Publish
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: web
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}