diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-09-09 14:52:17 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-09-09 14:52:17 +0200 |
| commit | 74cc77670b009ef98d681477ac430210d02c4cc4 (patch) | |
| tree | 42d3545e672f58570bcc4d5d2b86051714c63f5d /.github/workflows/push-docs.yml | |
| parent | a5908f6e083e4a8b11a21a0e11952d54b32d37b5 (diff) | |
| download | qxmpp-74cc77670b009ef98d681477ac430210d02c4cc4.tar.gz | |
ci: push-docs: Update XEP metadata before generating documentation
Diffstat (limited to '.github/workflows/push-docs.yml')
| -rw-r--r-- | .github/workflows/push-docs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/push-docs.yml b/.github/workflows/push-docs.yml index 661ab69a..6f2d8c13 100644 --- a/.github/workflows/push-docs.yml +++ b/.github/workflows/push-docs.yml @@ -22,5 +22,7 @@ jobs: uses: jurplel/install-qt-action@v3 - name: Install extra packages run: tests/travis/install-build-depends + - name: Update XEP metadata + run: doc/doap-rendering/update-xeplist.sh - name: Build documentation run: tests/travis/push-documentation |
