|
1 | | -# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples |
2 | | -# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help |
3 | | -on: |
4 | | - # push: |
5 | | - # branches: [main, master] |
6 | | - # pull_request: |
7 | | - # branches: [main, master] |
8 | | - # release: |
9 | | - # types: [published] |
10 | | - workflow_dispatch: |
| 1 | +# # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples |
| 2 | +# # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help |
| 3 | +# on: |
| 4 | +# # push: |
| 5 | +# # branches: [main, master] |
| 6 | +# # pull_request: |
| 7 | +# # branches: [main, master] |
| 8 | +# # release: |
| 9 | +# # types: [published] |
| 10 | +# workflow_dispatch: |
11 | 11 |
|
12 | | -name: 'pkgdown Quarto manuscript' |
| 12 | +# name: 'pkgdown Quarto manuscript' |
13 | 13 |
|
14 | | -permissions: read-all |
| 14 | +# permissions: read-all |
15 | 15 |
|
16 | | -jobs: |
17 | | - pkgdown: |
18 | | - timeout-minutes: 10 |
19 | | - runs-on: macos-latest |
20 | | - # Only restrict concurrency for non-PR jobs |
21 | | - concurrency: |
22 | | - group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }} |
23 | | - env: |
24 | | - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} |
25 | | - permissions: |
26 | | - contents: write |
27 | | - steps: |
28 | | - - uses: actions/checkout@v4 |
| 16 | +# jobs: |
| 17 | +# pkgdown: |
| 18 | +# timeout-minutes: 10 |
| 19 | +# runs-on: macos-latest |
| 20 | +# # Only restrict concurrency for non-PR jobs |
| 21 | +# concurrency: |
| 22 | +# group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }} |
| 23 | +# env: |
| 24 | +# GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} |
| 25 | +# permissions: |
| 26 | +# contents: write |
| 27 | +# steps: |
| 28 | +# - uses: actions/checkout@v4 |
29 | 29 |
|
30 | | - - name: Set up Quarto |
31 | | - uses: quarto-dev/quarto-actions/setup@v2 |
| 30 | +# - name: Set up Quarto |
| 31 | +# uses: quarto-dev/quarto-actions/setup@v2 |
32 | 32 |
|
33 | | - - uses: r-lib/actions/setup-pandoc@v2 |
| 33 | +# - uses: r-lib/actions/setup-pandoc@v2 |
34 | 34 |
|
35 | | - - uses: r-lib/actions/setup-tinytex@v2 |
36 | | - - run: tlmgr --version |
| 35 | +# - uses: r-lib/actions/setup-tinytex@v2 |
| 36 | +# - run: tlmgr --version |
37 | 37 |
|
38 | | - - uses: r-lib/actions/setup-r@v2 |
39 | | - with: |
40 | | - use-public-rspm: true |
| 38 | +# - uses: r-lib/actions/setup-r@v2 |
| 39 | +# with: |
| 40 | +# use-public-rspm: true |
41 | 41 |
|
42 | | - - uses: r-lib/actions/setup-r-dependencies@v2 |
43 | | - with: |
44 | | - extra-packages: | |
45 | | - any::pkgdown |
46 | | - local::. |
47 | | - any::tidyverse |
48 | | - any::gt |
49 | | - any::here |
50 | | - any::flextable |
51 | | - any::ggh4x |
52 | | - any::pkgdepR |
53 | | - any::semPlot |
54 | | - any::semptools |
55 | | - any::magick |
56 | | - any::pdftools |
57 | | - any::cowplot |
58 | | - any::tictoc |
59 | | - any::mvtnorm |
60 | | - any::katex |
61 | | - any::ggExtra |
62 | | - needs: website |
| 42 | +# - uses: r-lib/actions/setup-r-dependencies@v2 |
| 43 | +# with: |
| 44 | +# extra-packages: | |
| 45 | +# any::pkgdown |
| 46 | +# local::. |
| 47 | +# any::tidyverse |
| 48 | +# any::gt |
| 49 | +# any::here |
| 50 | +# any::flextable |
| 51 | +# any::ggh4x |
| 52 | +# any::pkgdepR |
| 53 | +# any::semPlot |
| 54 | +# any::semptools |
| 55 | +# any::magick |
| 56 | +# any::pdftools |
| 57 | +# any::cowplot |
| 58 | +# any::tictoc |
| 59 | +# any::mvtnorm |
| 60 | +# any::katex |
| 61 | +# any::ggExtra |
| 62 | +# needs: website |
63 | 63 |
|
64 | | - - name: Build site |
65 | | - run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) |
66 | | - shell: Rscript {0} |
| 64 | +# - name: Build site |
| 65 | +# run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) |
| 66 | +# shell: Rscript {0} |
67 | 67 |
|
68 | | - - name: Render brsem manuscript |
69 | | - uses: quarto-dev/quarto-actions/render@v2 |
70 | | - with: |
71 | | - path: manuscript/brsem/ |
| 68 | +# - name: Render brsem manuscript |
| 69 | +# uses: quarto-dev/quarto-actions/render@v2 |
| 70 | +# with: |
| 71 | +# path: manuscript/brsem/ |
72 | 72 |
|
73 | | - - name: Render plugin manuscript |
74 | | - uses: quarto-dev/quarto-actions/render@v2 |
75 | | - with: |
76 | | - path: manuscript/plugin |
| 73 | +# - name: Render plugin manuscript |
| 74 | +# uses: quarto-dev/quarto-actions/render@v2 |
| 75 | +# with: |
| 76 | +# path: manuscript/plugin |
77 | 77 |
|
78 | | - - name: Deploy to GitHub pages 🚀 |
79 | | - if: github.event_name != 'pull_request' |
80 | | - uses: JamesIves/github-pages-deploy-action@v4.5.0 |
81 | | - with: |
82 | | - clean: false |
83 | | - branch: gh-pages |
84 | | - folder: docs |
| 78 | +# - name: Deploy to GitHub pages 🚀 |
| 79 | +# if: github.event_name != 'pull_request' |
| 80 | +# uses: JamesIves/github-pages-deploy-action@v4.5.0 |
| 81 | +# with: |
| 82 | +# clean: false |
| 83 | +# branch: gh-pages |
| 84 | +# folder: docs |
0 commit comments