Skip to content

Commit

Permalink
chore: removed working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Apr 25, 2024
1 parent a521393 commit dd702ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:

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

0 comments on commit dd702ad

Please sign in to comment.