File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
# Invoke jobs via workflows
65
65
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
66
66
workflows :
67
- sample : # This is the name of the workflow, feel free to change it to better match your workflow.
67
+ build-docs : # This is the name of the workflow, feel free to change it to better match your workflow.
68
68
# Inside the workflow, you define the jobs you want to run.
69
69
jobs :
70
70
- build-docs
Original file line number Diff line number Diff line change 15
15
- name : GitHub Action step
16
16
uses : larsoner/circleci-artifacts-redirector-action@master
17
17
with :
18
- repo-token : ${{ secrets.GITHUB_TOKEN }}
18
+ repo-token : ${{ secrets.CIRCLECI_TOKEN }}
19
19
artifact-path : docs/_build/index.html
20
20
circleci-jobs : build-docs
21
21
job-title : Check the rendered docs here!
You can’t perform that action at this time.
0 commit comments