From b4287a4a540e2b6e38b954188b9cce9e9d3f2cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Tue, 27 Dec 2022 14:50:37 +0100 Subject: [PATCH] fix script --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,