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
|
||||
|
||||
name: Deploy to neocities
|
||||
run-name: ${{ gitea.actor }} pushing to neocities
|
||||
|
||||
# only run on changes to main
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: [push]
|
||||
|
||||
concurrency: # prevent concurrent deploys doing strange things
|
||||
group: deploy-to-neocities
|
||||
@ -19,13 +17,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: build jekyll
|
||||
uses: actions/jekyll-build-pages@v1
|
||||
uses: actions/jekyll-build-pages@v1.0.13
|
||||
|
||||
- name: Deploy to neocities
|
||||
uses: bcomnes/deploy-to-neocities@v1
|
||||
uses: bcomnes/deploy-to-neocities@v3.0.2
|
||||
with:
|
||||
api_token: ${{ secrets.NEOCITIES_API_KEY }}
|
||||
cleanup: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user