Skip to content

Commit

Permalink
Merge pull request #576 from Artsdatabanken/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
Myrdrahl committed Apr 3, 2023
2 parents b2a4719 + 41651ae commit 804a0e0
Show file tree
Hide file tree
Showing 32 changed files with 15,772 additions and 10,128 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: nin-data-lastejobb

on:
push:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm install
- run: npm update
- run: npm run download
- run: npm run transform
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "build/*"
tag: v_${{ github.run_number }}

0 comments on commit 804a0e0

Please sign in to comment.