Skip to content

Commit

Permalink
build: build page on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
blaberg committed Dec 26, 2024
1 parent 6927b0c commit bfd14ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 312 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Upload static files as artifact
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install Tailwind CSS CLI
run: npm install -g tailwindcss
- name: build
run: go run cmd/generator/main.go
uses: actions/upload-pages-artifact@v3
id: deployment
with:
Expand Down
296 changes: 0 additions & 296 deletions public/my-first-recipe/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions public/my-second-recipe/index.html

This file was deleted.

0 comments on commit bfd14ad

Please sign in to comment.