Skip to content

Commit

Permalink
Fix CircleCI token name and remove outdated artifact action (#136)
Browse files Browse the repository at this point in the history
# Description

An upstream bug has caused our docs preview link to stop working (see
scientific-python/circleci-artifacts-redirector-action#40 (comment)
for context)

# References
See also #135
  • Loading branch information
melissawm authored Apr 15, 2023
1 parent f0714d4 commit 39c412c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 61 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/artifacts.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: larsoner/circleci-artifacts-redirector-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_TOKEN }}
artifact-path: 0/docs/_build/index.html
circleci-jobs: build-docs
job-title: Check the rendered docs here!

0 comments on commit 39c412c

Please sign in to comment.