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 6c71faa commit 79a04d1Copy full SHA for 79a04d1
.github/workflows/automated.yml
@@ -66,16 +66,16 @@ jobs:
66
docs:
67
runs-on: ubuntu-latest
68
steps:
69
- env:
70
- organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
71
- key: ${{ secrets.COCREATE_KEY }}
72
- host: ${{ secrets.COCREATE_HOST }}
73
- name: Checkout
74
uses: actions/checkout@v3
75
- name: setup nodejs
76
uses: actions/setup-node@v3
77
with:
78
node-version: 16
79
-
80
- name: update documentation
81
uses: CoCreate-app/CoCreate-docs@master
+ env:
+ organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }}
+ key: ${{ secrets.COCREATE_KEY }}
+ host: ${{ secrets.COCREATE_HOST }}
+
0 commit comments