Skip to content

Commit

Permalink
chore: Update gh-pages.yml to fix rules.txt file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Apr 25, 2024
1 parent e2253a5 commit 671a5ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:

- name: Create rules.txt file
run: |
echo "\\" > ./docs/static/rules.txt
go run ./cmd/main.go rules >> ./docs/static/rules.txt
{ echo -n '\'; go run ./cmd/main.go rules; } > ./docs/static/rules.txt
- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 671a5ee

Please sign in to comment.