Skip to content

Commit

Permalink
ci: debug quarto action
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Apr 11, 2024
1 parent 62d28f6 commit 6ad798b
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
any::rmarkdown

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
uses: quarto-dev/quarto-actions/render@v2
with:
target: gh-pages
path: index.qmd
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22 changes: 22 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Package: intro-git
Type: Package
Title: Version Control with Git & GitHub
Version: 0.0.1
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5537-5294")))
Description: A gentle introduction to version control with git & GitHub. Slides
are built with 'Quarto'.
URL: https://github.com/frbcesab/intro-git
BugReports: https://github.com/frbcesab/intro-git/issues
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: Quarto CLI
Suggests:
knitr,
quarto
Loading

0 comments on commit 6ad798b

Please sign in to comment.