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 fc9d5a4 commit 243aa96Copy full SHA for 243aa96
.github/workflows/publish-wiki.yml
@@ -37,17 +37,17 @@ jobs:
37
38
- name: Copy wiki files to temporary location
39
shell: bash
40
- run: cp -v -a wiki build/_wiki
+ run: cp -v -a wiki _wiki
41
42
- name: Verify files were correctly copied
43
44
- run: ls -aRlh build/_wiki
+ run: ls -aRlh _wiki
45
46
- name: Deploy to wiki
47
uses: Andrew-Chen-Wang/github-wiki-action@v4
48
with:
49
strategy: 'clone'
50
- path: 'build/_wiki/'
+ path: '_wiki/'
51
# commit-message: ...
52
# repository: PHPCSStandards/PHP_CodeSniffer
53
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
.gitignore
@@ -1,2 +1,2 @@
1
-build/_wiki/
+_wiki/
2
node_modules/
0 commit comments