Skip to content

Commit

Permalink
better titles
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Aug 5, 2024
1 parent a6ea411 commit f258c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-xbarappcom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
go-version: "1.22"

- name: Build the Go project
- name: go build -o sitegen
working-directory: tools/sitegen
run: go build -o sitegen

- name: Run sitegen
working-directory: tools/sitegen
run: ./run.sh

- name: Generate version file
- name: xbarapp.com/gen.sh
working-directory: xbarapp.com
run: ./gen.sh

Expand Down

0 comments on commit f258c60

Please sign in to comment.