Skip to content

Commit 8833f12

Browse files
test
1 parent 56b0ffe commit 8833f12

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,21 @@ jobs:
150150
needs: BuildModule
151151
runs-on: ubuntu-latest
152152
steps:
153-
- name: Git init
154-
run: git init
153+
- name: Checkout Code
154+
uses: actions/checkout@v4
155+
with:
156+
fetch-depth: 0
155157

156158
- name: Download docs artifact
157159
uses: actions/download-artifact@v4
158160
with:
159161
name: ${{ inputs.Name }}-docs
162+
path: ${{ inputs.DocsOutputPath }}
163+
164+
- name: git add
165+
run: |
166+
git add .
167+
git commit -m "Update documentation"
160168
161169
- name: Lint code base
162170
uses: super-linter/super-linter@latest

0 commit comments

Comments
 (0)