diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c61bdfc..edd4556 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,7 +15,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v3 - - run: echo "mkdir -p test && echo hi > test/index.html" + - run: "mkdir -p test && echo hi > test/index.html" - name: Deploy uses: peaceiris/actions-gh-pages@v3 # If you're changing the branch from main,