parent
df2110a4e7
commit
64e61bee5f
1 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@ name: publish
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- test
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
@ -11,15 +11,13 @@ jobs:
|
|||
# env:
|
||||
# SSH_PRIVATE_KEY: ${{ secrets.SOME_SECRET_THAT_REPRESENTS_THE_PRIVATE_KEY }}
|
||||
steps:
|
||||
- run: apt update && apt install dnsutils -y && dig git.ifsr.de
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts'
|
||||
node-version: 'lts/*'
|
||||
|
||||
- run: npm ci
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue