Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from matryer:main #4

Merged
merged 28 commits into from
Aug 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
better titles
  • Loading branch information
matryer committed Aug 5, 2024
commit f258c6014e80a0d73659fd223bbcab46b27e752f
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