From b4f50566993aa7ba7b546768d197807213ee2d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Tue, 27 Dec 2022 15:03:11 +0100 Subject: [PATCH] more test --- .github/workflows/gh-pages.yml | 1 - test/index.html | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 test/index.html 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

+ +