Skip to content

Commit

Permalink
build pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Dec 13, 2023
1 parent 99c03a9 commit 186e18a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build PDF

on: push

jobs:
refresh:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- run: nix-channel --update
- run: ./pdf.sh
- name: Store pdf
uses: actions/upload-artifact@v3
with:
name: pdf
path: README.pdf

0 comments on commit 186e18a

Please sign in to comment.