Skip to content

Commit

Permalink
fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowOnPaper committed Dec 15, 2023
1 parent ebdb0b9 commit 466b86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/guides/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
curl -o malta.tgz -L https://github.com/pilcrowonpaper/malta/releases/latest/download/linux-amd64.tgz
tar -xvzf malta.tgz
- name: build
run: ./linux-amd64/malta
run: ./linux-amd64/malta build
```

## GitHub Pages
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
curl -o malta.tgz -L https://github.com/pilcrowonpaper/malta/releases/latest/download/linux-amd64.tgz
tar -xvzf malta.tgz
- name: build
run: ./linux-amd64/malta
run: ./linux-amd64/malta build
- name: upload pages artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 466b86b

Please sign in to comment.