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 4c808f0 commit 64ad701Copy full SHA for 64ad701
.github/workflows/stacks-core-tests.yml
@@ -74,7 +74,11 @@ jobs:
74
## Generate and upload node configuration documentation
75
node-config-docsgen:
76
name: Node Configuration Documentation
77
- uses: stacks-network/actions/stacks-core/node-config-docsgen@feat/node-config-docsgen
+ runs-on: ubuntu-latest
78
+ steps:
79
+ - name: Generate Node Configuration Documentation
80
+ id: node_config_docsgen
81
+ uses: stacks-network/actions/stacks-core/node-config-docsgen@feat/node-config-docsgen
82
83
## Disabled
84
## - this test can take several hours to run
0 commit comments