diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38b43386..7fc1c44d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,3 +196,15 @@ jobs: - run: nix build continue-on-error: true + + publish-wiki: + if: github.event_name == 'push' && github.ref == 'refs/heads/main' + needs: build + permissions: + contents: write + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + with: + show-progress: false + - uses: Andrew-Chen-Wang/github-wiki-action@v4 |
