aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/push-docs.yml
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-04-01 14:51:18 +0200
committerLinus Jahn <lnj@kaidan.im>2020-04-01 15:26:45 +0200
commit4a09a18ff1d786c5fdea7b1992f6937fa7cbc833 (patch)
tree487afb6da9699b01a034f5ce4dede6ffde372025 /.github/workflows/push-docs.yml
parentaac82e6884a0db5345d3f43b1916f725349b2e4c (diff)
downloadqxmpp-4a09a18ff1d786c5fdea7b1992f6937fa7cbc833.tar.gz
actions: Push documentation to doc.qxmpp.org
Diffstat (limited to '.github/workflows/push-docs.yml')
-rw-r--r--.github/workflows/push-docs.yml22
1 files changed, 22 insertions, 0 deletions
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