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 1aa3c24 commit 57bc123Copy full SHA for 57bc123
1 file changed
.github/workflows/deploy-docs.yml
@@ -3,16 +3,16 @@ name: Deploy NetLogo Documentation
3
on:
4
push:
5
branches:
6
- - prebuild
+ - main
7
workflow_dispatch:
8
inputs:
9
deploy_target:
10
description: 'Deployment target'
11
required: false
12
- default: 'staging'
+ default: 'prebuild'
13
type: choice
14
options:
15
- - main
+ - prebuild
16
- staging
17
18
jobs:
0 commit comments