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 7f70844 commit 13f0135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

- name: Create rules.txt file
run: |
echo "\\" > ./docs/static/rules.txt
go run .\cmd\main.go rules >> ./docs/static/rules.txt
echo "\\" > ./static/rules.txt
go run .\cmd\main.go rules >> ./static/rules.txt
working-directory: ./docs

- name: Setup Node
Expand Down

0 comments on commit 13f0135

Please sign in to comment.