Skip to content

Commit fc9d5a4

Browse files
committed
Try this
1 parent bfead9e commit fc9d5a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,18 @@ jobs:
3030
if: github.repository == 'PHPCSStandards/PHP_CodeSniffer-documentation'
3131

3232
runs-on: ubuntu-latest
33+
3334
steps:
3435
- name: Checkout code
3536
uses: actions/checkout@v4
3637

3738
- name: Copy wiki files to temporary location
38-
run: cp -v -a ./wiki/ ./build/_wiki/
39+
shell: bash
40+
run: cp -v -a wiki build/_wiki
41+
42+
- name: Verify files were correctly copied
43+
shell: bash
44+
run: ls -aRlh build/_wiki
3945

4046
- name: Deploy to wiki
4147
uses: Andrew-Chen-Wang/github-wiki-action@v4

0 commit comments

Comments
 (0)