FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
axe-api/.github/workflows/docs-deploy.yml at node-22 · axe-api/axe-api · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
axe-api
/
axe-api
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
24
Star
475
Code
Issues
1
Pull requests
9
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
axe-api
/
.github
/
workflows
/
docs-deploy.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
33 lines (29 loc) · 754 Bytes
Breadcrumbs
axe-api
/
.github
/
workflows
/
docs-deploy.yml
Copy path
File metadata and controls
33 lines (29 loc) · 754 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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name
:
Documentation Deployment
on
:
push
:
branches
:
-
master
-
v1
jobs
:
deploy
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
with
:
fetch-depth
:
0
-
uses
:
actions/setup-node@v3
with
:
node-version
:
20
-
name
:
Yarn Install
working-directory
:
./docs
run
:
yarn install --frozen-lockfile
-
name
:
Build
working-directory
:
./docs
run
:
yarn docs:build
-
name
:
Deploy
uses
:
peaceiris/actions-gh-pages@v3
with
:
personal_token
:
${{ secrets.ACCESS_TOKEN }}
publish_dir
:
docs/docs/.vitepress/dist
external_repository
:
axe-api/axe-api-v1.github.io
publish_branch
:
master
Back
|
FazBrowse Home
|
New Git URL