Skip to content

Commit

Permalink
fix docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 10, 2023
1 parent 100eb89 commit 0120ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: docker create --name adb -p 8529:8529 -e ARANGO_ROOT_PASSWORD= arangodb/arangodb

- name: Start ArangoDB Docker container
run: docker start arango
run: docker start adb

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 0120ed4

Please sign in to comment.