Skip to content

Commit

Permalink
add &&
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Stenman committed May 27, 2023
1 parent ad39407 commit 92522b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: install tools
run: apk add git rsync erlang
- name: build
run: make
tar -cvf github-pages site/
la -al
run: make && tar -cvf github-pages site/ && la -al
- name: Build pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 92522b1

Please sign in to comment.