Skip to content

Commit 4e5207f

Browse files
authored
build: Ensure main deploys correct docs
1 parent 08c476d commit 4e5207f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ on:
66
workflow_dispatch:
77
schedule:
88
- cron: '0 1 * * 0'
9-
9+
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313

1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
ref: 'main'
1618
- uses: montudor/action-zip@v1
1719
- uses: actions/setup-node@v4
1820
with:
1921
node-version: lts/*
2022
- run: npm install
2123
- run: npm install @coderline/alphatab@latest
22-
- run: npm run generate-alphatabdoc
2324
- run: npm run build
2425
- run: cp web.config ./build
2526
- name: Package Zip

0 commit comments

Comments
 (0)