Skip to content

Commit

Permalink
Merge pull request #8 from subugoe/aug23
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
njahn82 authored Aug 30, 2023
2 parents 3b60868 + acc0ade commit 6d22309
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: build

jobs:
CICD:
runs-on: ubuntu-latest
runs-on: macos-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -24,12 +24,12 @@ jobs:
run: |
wget -O Atkinson_Hyperlegible.zip https://fonts.google.com/download?family=Atkinson%20Hyperlegible
unzip -d Atkinson_Hyperlegible/ Atkinson_Hyperlegible.zip
mv Atkinson_Hyperlegible /usr/share/fonts/
mv Atkinson_Hyperlegible ~/Library/Fonts/
fc-cache -fv
- uses: quarto-dev/quarto-actions/setup@v2
- run: |
quarto --version
with:
version: 1.3.433

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hoaddash
Title: Hybrid Open Access Dashboards with R and Quarto
Version: 0.0.0.9000
Version: 0.0.1
Authors@R: c(
person("Najko", "Jahn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5105-1463")),
Expand Down

0 comments on commit 6d22309

Please sign in to comment.