FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SchemaPin/.github/workflows/docs.yml at main · ThirdKeyAI/SchemaPin · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ThirdKeyAI
/
SchemaPin
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
16
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
SchemaPin
/
.github
/
workflows
/
docs.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 745 Bytes
Breadcrumbs
SchemaPin
/
.github
/
workflows
/
docs.yml
Copy path
File metadata and controls
32 lines (32 loc) · 745 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
name
:
Documentation
on
:
push
:
branches
:
-
main
paths
:
-
'
docs/**
'
-
'
zensical.toml
'
permissions
:
contents
:
read
pages
:
write
id-token
:
write
jobs
:
deploy
:
environment
:
name
:
github-pages
url
:
${{ steps.deployment.outputs.page_url }}
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/configure-pages@v5
-
uses
:
actions/checkout@v5
-
uses
:
actions/setup-python@v5
with
:
python-version
:
3.x
-
run
:
pip install zensical
-
run
:
zensical build --clean
-
run
:
echo 'docs.schemapin.org' > site/CNAME
-
uses
:
actions/upload-pages-artifact@v4
with
:
path
:
site
-
uses
:
actions/deploy-pages@v4
id
:
deployment
Back
|
FazBrowse Home
|
New Git URL