diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c06a3558..4d4b1d0c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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