Skip to content

Commit

Permalink
New try for gh-pages publish, disables other jobs temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Sep 20, 2024
1 parent f305eeb commit 37f34a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: main
branches: temp
pull_request:
branches: main

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/quarto-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ on:
push:
branches: main
name: Quarto site

permissions: read-all

jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Render project
uses: quarto-dev/quarto-actions/render@v2
with:
to: html
- name: Publish project
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
render: false
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: main
branches: temp
pull_request:
branches: main

Expand Down

0 comments on commit 37f34a1

Please sign in to comment.