Skip to content

Commit

Permalink
drop generating HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero committed Jun 25, 2022
1 parent 98959c6 commit 3184ac1
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@ jobs:
- uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10
with:
name: agda-template
name: agda-smash
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build HTML
run: nix build --verbose --print-build-logs
- name: Copy HTML so the next step can read it
run: cp -vHR result html
- name: GitHub Pages
uses: crazy-max/[email protected]
with:
build_dir: html
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: nix build --verbose --print-build-logs

0 comments on commit 3184ac1

Please sign in to comment.