Skip to content

Commit

Permalink
chore(ci): Add initial ci pipeline for builing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jomaway committed Mar 4, 2024
1 parent bcb4047 commit f80885a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: generate docs
on: push

jobs:
generate_docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Typst
uses: typst-community/setup-typst@v3
- run: typst compile docs/docs.typ --root ..

0 comments on commit f80885a

Please sign in to comment.