Skip to content

Commit

Permalink
chore/build: make ssg executeable
Browse files Browse the repository at this point in the history
  • Loading branch information
polarhive committed Feb 26, 2024
1 parent 30cebd8 commit 6aaf9cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4

- name: Build with ssg
run: |
ls \ # check if the ssg binary is here
chmod +x ssg \
./ssg
- name: Upload artifact
Expand Down

0 comments on commit 6aaf9cc

Please sign in to comment.