Skip to content

Commit eee0963

Browse files
authored
Merge pull request #83 from datajoint/deployement-fix
Update development.yml
2 parents 32819c9 + c2ce398 commit eee0963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- name: Compile docs static artifacts
1616
run: |
17-
GITHUB_TOKEN=$DJBOT_GH_TOKEN MODE=BUILD HOST_UID=$(id -u) docker-compose up --exit-code-from docs --build
17+
GITHUB_TOKEN=$DJBOT_GH_TOKEN MODE=BUILD HOST_UID=$(id -u) docker compose up --exit-code-from docs --build
1818
- name: Commit documentation changes
1919
run: |
2020
git clone https://github.com/${GITHUB_REPOSITORY}.git \

0 commit comments

Comments
 (0)