Skip to content

Commit 243aa96

Browse files
committed
Try this
1 parent fc9d5a4 commit 243aa96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ jobs:
3737

3838
- name: Copy wiki files to temporary location
3939
shell: bash
40-
run: cp -v -a wiki build/_wiki
40+
run: cp -v -a wiki _wiki
4141

4242
- name: Verify files were correctly copied
4343
shell: bash
44-
run: ls -aRlh build/_wiki
44+
run: ls -aRlh _wiki
4545

4646
- name: Deploy to wiki
4747
uses: Andrew-Chen-Wang/github-wiki-action@v4
4848
with:
4949
strategy: 'clone'
50-
path: 'build/_wiki/'
50+
path: '_wiki/'
5151
# commit-message: ...
5252
# repository: PHPCSStandards/PHP_CodeSniffer
5353
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
build/_wiki/
1+
_wiki/
22
node_modules/

0 commit comments

Comments
 (0)