From cf54f75113c69a21cca5ec7e346a12e46298b8c0 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 25 Mar 2024 21:13:36 +0400 Subject: Move wiki into the main repository --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.github/workflows') 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 -- cgit