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 85f341b commit bfead9eCopy full SHA for bfead9e
.github/workflows/publish-wiki.yml
@@ -34,11 +34,14 @@ jobs:
34
- name: Checkout code
35
uses: actions/checkout@v4
36
37
+ - name: Copy wiki files to temporary location
38
+ run: cp -v -a ./wiki/ ./build/_wiki/
39
+
40
- name: Deploy to wiki
41
uses: Andrew-Chen-Wang/github-wiki-action@v4
42
with:
43
strategy: 'clone'
- path: 'wiki/'
44
+ path: 'build/_wiki/'
45
# commit-message: ...
46
# repository: PHPCSStandards/PHP_CodeSniffer
47
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
.gitignore
@@ -1 +1,2 @@
1
+build/_wiki/
2
node_modules/
0 commit comments