We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32819c9 + c2ce398 commit eee0963Copy full SHA for eee0963
.github/workflows/development.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- name: Compile docs static artifacts
16
run: |
17
- GITHUB_TOKEN=$DJBOT_GH_TOKEN MODE=BUILD HOST_UID=$(id -u) docker-compose up --exit-code-from docs --build
+ GITHUB_TOKEN=$DJBOT_GH_TOKEN MODE=BUILD HOST_UID=$(id -u) docker compose up --exit-code-from docs --build
18
- name: Commit documentation changes
19
20
git clone https://github.com/${GITHUB_REPOSITORY}.git \
0 commit comments