Skip to content

Commit

Permalink
CI Bugfix: Don't build docs twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Sep 24, 2020
1 parent f0bc1fa commit 1654345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Build Bionic container
run: cd ${GITHUB_WORKSPACE}/panda/docker && docker build . -f Dockerfile_18_04 -t pandare/panda:latest;
docker tag pandare/panda:latest pandare/panda:${GITHUB_SHA};
docker run --rm -v /home/runner/work/panda-re.github.io:/out pandare/panda:latest /bin/sh -c 'pip3 install pdoc3; cd /panda/panda/python/core; pdoc3 --html --force -o /out panda'
docker push pandare/panda:${GITHUB_SHA};
docker push pandare/panda:latest;

Expand Down

0 comments on commit 1654345

Please sign in to comment.