We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf320eb commit 91be17fCopy full SHA for 91be17f
.github/workflows/deploy.yml
@@ -3,7 +3,13 @@ on:
3
push:
4
branches: [main]
5
workflow_dispatch:
6
+
7
jobs:
- deploy:
8
- uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
+ nucleoid_ai:
9
+ uses: GreyCollar/GreyCollar/.github/workflows/deploy.yml@main
10
+ with:
11
+ service_name: 'nucleoid.docs'
12
+ environment: 'live'
13
+ install_dependencies: true
14
+ run_build: true
15
secrets: inherit
0 commit comments