Init: start the project
This commit is contained in:
parent
c1bb4db740
commit
5e0b66ad38
13
.github/workflows/ci.yml
vendored
Normal file
13
.github/workflows/ci.yml
vendored
Normal 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
1
index.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<h1>Testing Github actions</h1>
|
Loading…
Reference in New Issue
Block a user