Init: start the project

This commit is contained in:
osamu-kj 2023-04-07 23:44:23 +02:00
parent c1bb4db740
commit 5e0b66ad38
2 changed files with 14 additions and 0 deletions

13
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Publish site
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: bcomnes/deploy-to-neocities@v1
if: ${{ github.ref == 'refs/heads/main' }}
with:
api_token: ${{ secrets.NEOCITIES_API_KEY }}
dist_dir: ./
cleanup: true

1
index.html Normal file
View File

@ -0,0 +1 @@
<h1>Testing Github actions</h1>