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 510d3e8 commit 2509875Copy full SHA for 2509875
.github/workflows/publish-wiki.yml
@@ -33,15 +33,20 @@ jobs:
33
if: github.repository == 'PHPCSStandards/PHP_CodeSniffer-documentation'
34
35
runs-on: ubuntu-latest
36
+
37
steps:
38
- name: Checkout code
39
uses: actions/checkout@v4
40
41
+ - name: Copy wiki files to temporary location
42
+ shell: bash
43
+ run: cp -v -a wiki _wiki
44
45
- name: Deploy to wiki
46
uses: Andrew-Chen-Wang/github-wiki-action@v4
47
with:
48
strategy: 'clone'
- path: 'wiki/'
49
+ path: '_wiki/'
50
# commit-message: ...
51
# repository: PHPCSStandards/PHP_CodeSniffer
52
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
.gitignore
@@ -1 +1,2 @@
1
+_wiki/
2
node_modules/
0 commit comments