Skip to content

Commit 179c71f

Browse files
author
doyougnu
committed
ci: make clean before building
1 parent 3c2ff43 commit 179c71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: cachix/install-nix-action@v16
1414
with:
1515
nix_path: nixpkgs=channel:nixos-unstable
16-
- run: nix-shell --run 'cabal update; make html SPHINXOPTS="-W"'
16+
- run: nix-shell --run 'cabal update; make clean; make html SPHINXOPTS="-W"'
1717
- name: Deploy 🚀
1818
uses: JamesIves/github-pages-deploy-action@v4.2.2
1919
with:

0 commit comments

Comments
 (0)