Skip to content

Commit

Permalink
ci: fix autobuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jan 14, 2024
1 parent 194c8a4 commit df89bd4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,22 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.21

- name: Install Task
run: |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- name: Install templ
run: go install github.com/a-h/templ/cmd/[email protected]

- name: build
run: task build

- uses: actions/upload-pages-artifact@v1
with:
name: github-pages
path: ./build
name: github-pages
path: ./build

- name: Deploy to pages
uses: actions/deploy-pages@v1
Expand Down

0 comments on commit df89bd4

Please sign in to comment.