Skip to content

Commit

Permalink
try action again
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkeyes committed Jul 13, 2023
1 parent 6c965a3 commit ad108fc
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
on:
workflow_dispatch:
push:
branches: main

name: Quarto Publish
name: Publish

jobs:
build-deploy:
runs-on: ubuntu-latest
container: rocker/verse:4.3.0
steps:
- name: Check out repository
uses: actions/checkout@v3

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Install dependencies
run: |
install.packages("remotes")
remotes::install_github("rfortherestofus/rfortherestofus")
shell: Rscript {0}

- name: Render and Publish
- name: Check out repository
uses: actions/checkout@v3

- name: Render and Publish to Netlify
uses: quarto-dev/quarto-actions/publish@v2
with:
target: netlify
Expand Down

0 comments on commit ad108fc

Please sign in to comment.