Skip to content

Commit

Permalink
call gh pages deploy correctly. drop our tarball step.
Browse files Browse the repository at this point in the history
  • Loading branch information
graymalkin committed Sep 26, 2023
1 parent 6c15c74 commit feac530
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: Build website
run: make all

- name: Compress site into tarball
run: tar cavf github-pages.tar.gz public/*

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
path: public/

0 comments on commit feac530

Please sign in to comment.