diff options
| author | Ross Barnowski <rossbar@berkeley.edu> | 2020-07-30 16:58:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 16:58:53 -0700 |
| commit | c6639bbcc55ad1c1d3de7bcaa5ea9a0536431368 (patch) | |
| tree | 3091f85ad6edad0e56a848c3a9d036d23e84c2d7 | |
| parent | 5cea8d88f25186bfe9b19f17a3ff3523ffa57e8e (diff) | |
| download | networkx-circleci-project-setup.tar.gz | |
CI: Fix artifact pathcircleci-project-setup
| -rw-r--r-- | .github/workflows/circleci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index ef354191..c8089951 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -8,5 +8,5 @@ jobs: uses: larsoner/circleci-artifacts-redirector-action@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} - artifact-path: 0/_build/html/index.html + artifact-path: 0/doc/build/html/index.html circleci-jobs: build |
