Skip to content

Commit

Permalink
chore: update rules.txt file path in gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Apr 25, 2024
1 parent 13f0135 commit a521393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create rules.txt file
run: |
echo "\\" > ./static/rules.txt
go run .\cmd\main.go rules >> ./static/rules.txt
go run ./cmd/main.go rules >> ./static/rules.txt
working-directory: ./docs

- name: Setup Node
Expand Down

0 comments on commit a521393

Please sign in to comment.