down the workflow testing rabbit hole again
All checks were successful
Deploy to neocities / deploy (push) Successful in 1m7s
All checks were successful
Deploy to neocities / deploy (push) Successful in 1m7s
This commit is contained in:
parent
86e653bf2c
commit
fbab2a46fb
@ -2,12 +2,10 @@
|
|||||||
# License: MIT
|
# License: MIT
|
||||||
|
|
||||||
name: Deploy to neocities
|
name: Deploy to neocities
|
||||||
|
run-name: ${{ gitea.actor }} pushing to neocities
|
||||||
|
|
||||||
# only run on changes to main
|
# only run on changes to main
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
concurrency: # prevent concurrent deploys doing strange things
|
concurrency: # prevent concurrent deploys doing strange things
|
||||||
group: deploy-to-neocities
|
group: deploy-to-neocities
|
||||||
@ -19,13 +17,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: build jekyll
|
- name: build jekyll
|
||||||
uses: actions/jekyll-build-pages@v1
|
uses: actions/jekyll-build-pages@v1.0.13
|
||||||
|
|
||||||
- name: Deploy to neocities
|
- name: Deploy to neocities
|
||||||
uses: bcomnes/deploy-to-neocities@v1
|
uses: bcomnes/deploy-to-neocities@v3.0.2
|
||||||
with:
|
with:
|
||||||
api_token: ${{ secrets.NEOCITIES_API_KEY }}
|
api_token: ${{ secrets.NEOCITIES_API_KEY }}
|
||||||
cleanup: false
|
cleanup: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user