FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
array-api/.github/workflows/preview.yml at main · lezcano/array-api · GitHub
lezcano
/
array-api
Public
forked from
data-apis/array-api
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
array-api
/
.github
/
workflows
/
preview.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
17 lines (17 loc) · 576 Bytes
Breadcrumbs
array-api
/
.github
/
workflows
/
preview.yml
Copy path
File metadata and controls
17 lines (17 loc) · 576 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
on
:
[status]
jobs
:
circleci_artifacts_redirector_job
:
runs-on
:
ubuntu-latest
name
:
Run CircleCI artifacts redirector
steps
:
-
name
:
GitHub Action step
id
:
step1
uses
:
larsoner/circleci-artifacts-redirector-action@master
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
artifact-path
:
0/build/latest/index.html
circleci-jobs
:
build_page
job-title
:
Check the rendered docs here!
-
name
:
Array API preview
run
:
|
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
Back
|
FazBrowse Home
|
New Git URL