Skip to content

Commit

Permalink
simplify GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyanagimoto committed Oct 18, 2024
1 parent 610d0d2 commit 0a0978f
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 1,725 deletions.
1 change: 0 additions & 1 deletion .Rprofile

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2
- name: Install dependencies
run: |
Rscript -e 'install.packages("typstcv", repos = "https://kazuyanagimoto.r-universe.dev")'
Rscript -e 'install.packages("rmarkdown")'
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ docs/*
!docs/index.html
!docs/_config.yml
/.quarto/
cv.typ
cv.typ
.DS_Store
15 changes: 0 additions & 15 deletions _freeze/cv/execute-results/typ.json

This file was deleted.

15 changes: 0 additions & 15 deletions _freeze/cv_photo/execute-results/html.json

This file was deleted.

Loading

0 comments on commit 0a0978f

Please sign in to comment.