more test

This commit is contained in:
Felix Geisendörfer 2022-12-27 15:03:11 +01:00
parent b4287a4a54
commit b4f5056699
2 changed files with 10 additions and 1 deletions

View file

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

10
test/index.html Normal file
View file

@ -0,0 +1,10 @@
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>blah</title>
</head>
<body>
<p>I'm the content</p>
</body>
</html>