diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-25 21:13:36 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-25 21:16:03 +0400 |
| commit | cf54f75113c69a21cca5ec7e346a12e46298b8c0 (patch) | |
| tree | 17c1bfe47876fe18d9ead183eec5c0535e9e3bf8 /.github/workflows/ci.yml | |
| parent | 0d90876ad8510fccf7994b7a113778330644b64d (diff) | |
| download | niri-cf54f75113c69a21cca5ec7e346a12e46298b8c0.tar.gz niri-cf54f75113c69a21cca5ec7e346a12e46298b8c0.tar.bz2 niri-cf54f75113c69a21cca5ec7e346a12e46298b8c0.zip | |
Move wiki into the main repository
Diffstat (limited to '.github/workflows/ci.yml')
| -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 |
