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 8f6c7a8 commit 2e1cc1eCopy full SHA for 2e1cc1e
.github/workflows/publish-wiki.yml
@@ -38,13 +38,17 @@ jobs:
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/[email protected]
47
env:
48
COMMIT_MSG: ${{ github.event.head_commit.message }}
49
with:
50
strategy: 'clone'
- path: 'wiki/'
51
+ path: '_wiki/'
52
commit-message: ${{ env.COMMIT_MSG }}
53
# repository: PHPCSStandards/PHP_CodeSniffer
54
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
.gitignore
@@ -1 +1,2 @@
1
+_wiki/
2
node_modules/
0 commit comments