From 4a09a18ff1d786c5fdea7b1992f6937fa7cbc833 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Wed, 1 Apr 2020 14:51:18 +0200 Subject: actions: Push documentation to doc.qxmpp.org --- .github/workflows/push-docs.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/push-docs.yml (limited to '.github/workflows/push-docs.yml') diff --git a/.github/workflows/push-docs.yml b/.github/workflows/push-docs.yml new file mode 100644 index 00000000..0ab8293e --- /dev/null +++ b/.github/workflows/push-docs.yml @@ -0,0 +1,22 @@ +--- +name: push-docs + +on: + push: + branches: + - master + +jobs: + push-doc: + runs-on: ubuntu-latest + env: + PUSH_KEY_REPO_DOC_QXMPP_ORG: ${{ secrets.PUSH_KEY_REPO_DOC_QXMPP_ORG }} + CONFIG: full + steps: + - uses: actions/checkout@v2 + - name: Install Qt + uses: jurplel/install-qt-action@v2 + - name: Install extra packages + run: tests/travis/install-build-depends + - name: Build documentation + run: tests/travis/push-documentation -- cgit v1.2.3