Skip to content

Commit

Permalink
ci: Fix push-docs by using debian container
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Feb 3, 2024
1 parent 57ae858 commit 2488334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ on:
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:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Qt
uses: jurplel/install-qt-action@v3
- name: Install extra packages
Expand Down

0 comments on commit 2488334

Please sign in to comment.