mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
update pipeline
This commit is contained in:
parent
e8ed712bcc
commit
59fdfad232
1 changed files with 5 additions and 0 deletions
5
.github/workflows/daily-update.yaml
vendored
5
.github/workflows/daily-update.yaml
vendored
|
|
@ -13,6 +13,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.1.4
|
||||
with:
|
||||
node-version: "14"
|
||||
- name: Build the feed
|
||||
run: npx @osmoscraft/osmosfeed
|
||||
- name: Deploy to GitHub Pages
|
||||
|
|
|
|||
Loading…
Reference in a new issue