We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c476d commit 4e5207fCopy full SHA for 4e5207f
.github/workflows/deploy-main.yml
@@ -6,20 +6,21 @@ on:
6
workflow_dispatch:
7
schedule:
8
- cron: '0 1 * * 0'
9
-
+
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
14
steps:
15
- uses: actions/checkout@v4
16
+ with:
17
+ ref: 'main'
18
- uses: montudor/action-zip@v1
19
- uses: actions/setup-node@v4
20
with:
21
node-version: lts/*
22
- run: npm install
23
- run: npm install @coderline/alphatab@latest
- - run: npm run generate-alphatabdoc
24
- run: npm run build
25
- run: cp web.config ./build
26
- name: Package Zip
0 commit comments