diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index edd4556..f00f88c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,7 +15,6 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v3 - - 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, diff --git a/test/index.html b/test/index.html new file mode 100644 index 0000000..44965ab --- /dev/null +++ b/test/index.html @@ -0,0 +1,10 @@ + + + + +blah + + +

I'm the content

+ +