Skip to content

ci: Remove job for Qt 5.9 #385

ci: Remove job for Qt 5.9

ci: Remove job for Qt 5.9 #385

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Linus Jahn <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
---
name: push-docs
on:
push:
branches:
- master
jobs:
push-doc:
runs-on: ubuntu-latest
container:
image: debian:stable
env:
PUSH_KEY_REPO_DOC_QXMPP_ORG: ${{ secrets.PUSH_KEY_REPO_DOC_QXMPP_ORG }}
CONFIG: full
steps:
- name: Install sudo
run: apt update && apt install -qq -y sudo
- uses: actions/checkout@v3
- name: Install Qt
uses: jurplel/install-qt-action@v3
- name: Install extra packages
run: tests/travis/install-build-depends
- name: Update XEP metadata
run:
- apt install curl -y -qq

Check failure on line 31 in .github/workflows/push-docs.yml

View workflow run for this annotation

GitHub Actions / push-docs

Invalid workflow file

The workflow is not valid. .github/workflows/push-docs.yml (Line: 31, Col: 11): A sequence was not expected
- doc/doap-rendering/update-xeplist.sh
- name: Build documentation
run: tests/travis/push-documentation