fix script

This commit is contained in:
Felix Geisendörfer 2022-12-27 14:50:37 +01:00
parent d10e824733
commit b4287a4a54

View file

@ -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,