Skip to content

Commit

Permalink
Merge pull request #78 from Openscapes/dev
Browse files Browse the repository at this point in the history
kyber docs should now update on any push to main
  • Loading branch information
seankross authored Jan 5, 2024
2 parents bdb7957 + 2980b3f commit dcdfac9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build-site.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: build-site

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

jobs:
site-builder:
runs-on: macos-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- run: Rscript -e 'install.packages(c("rmarkdown", "pkgdown"), dependencies = TRUE)'
- run: Rscript -e 'pkgdown::build_site()'
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: kyber website updated
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ usernames.

### The Big Picture

The chronological steps for creating Openscapes repos and materials using Kyber are detailed in the ReadMe. See this flow chart for understanding how these steps fit together, including the requirements to complete each step. ([Kyber flow chart pdf](kyberflow_20230711.pdf))
The chronological steps for creating Openscapes repos and materials using Kyber are detailed in the ReadMe. See this flow chart for understanding how these steps fit together, including the requirements to complete each step. ([Kyber flow chart pdf](../man/figures/kyberflow_20230711.pdf))

![](kyberflow_20230711.png)
![](man/figures/kyberflow_20230711.png)

### Configuration

Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit dcdfac9

Please sign in to comment.