Skip to content

Commit 38ea7da

Browse files
committed
what what
1 parent 2ff4156 commit 38ea7da

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/actions/generate-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ runs:
4646
uses: actions/upload-pages-artifact@v3
4747
with:
4848
name: ${{ inputs.artifact-name }}
49-
path: './docs'
49+
path: './docs'

.github/actions/push-changes/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ runs:
3434
uses: actions/download-artifact@v4
3535
with:
3636
name: ${{ inputs.artifact-name }}
37+
path: ${{ inputs.working-directory }}
3738
- name: Add changes from ${{ inputs.working-directory }}
3839
shell: bash
3940
run: |
40-
ls
41+
ls -R ${{ inputs.working-directory }}
4142
git config --global user.name "${{ github.actor }}"
4243
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
4344
git add -- ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)