Skip to content

Commit

Permalink
Skip generating agreements when building website
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed Jul 16, 2024
1 parent 6e8be99 commit 9fc2e2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
mkdir -p website/output
cd website
go run generator/generator.go
go run generator/generator.go -skip-agreements
cp output/docs.html ../index.html
cp output/404.html ../404.html
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-slintpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
mkdir -p website/output
cd website
go run generator/generator.go
go run generator/generator.go -skip-agreements
cp output/docs.html ../index.html
cp output/404.html ../404.html
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
mkdir -p website/output
cd website
go run generator/generator.go
go run generator/generator.go -skip-agreements
cp output/docs.html ../index.html
cp output/404.html ../404.html
cd ..
Expand Down

0 comments on commit 9fc2e2a

Please sign in to comment.