Compare commits
No commits in common. "69eddf6839793e75879cbb85c88b58daabbe8c9b" and "f4a697650470484918f69579b3302999d4504685" have entirely different histories.
69eddf6839
...
f4a6976504
2 changed files with 8 additions and 2 deletions
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- run: node --version
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: ls -l
|
||||
- run: npm ci
|
||||
- run: npm run docs:build
|
||||
- run: npm install
|
||||
- run: npm docs:build
|
||||
- run: echo "implement deploy"
|
||||
|
||||
|
|
Loading…
Reference in a new issue