address review comments: move ctor def to cpp, use std::move, more cl… #17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish wiki | |
| on: | |
| push: | |
| branches: [main] | |
| paths: | |
| - wiki/** | |
| - .github/workflows/publish-wiki.yml | |
| concurrency: | |
| group: publish-wiki | |
| cancel-in-progress: true | |
| permissions: | |
| contents: write | |
| jobs: | |
| publish-wiki: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: Andrew-Chen-Wang/github-wiki-action@v4 |