FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
crisp_controllers/.github/workflows/docs.yml at main · learnsyslab/crisp_controllers · GitHub
learnsyslab
/
crisp_controllers
Public
Notifications
You must be signed in to change notification settings
Fork
40
Star
238
Code
Issues
5
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
crisp_controllers
/
.github
/
workflows
/
docs.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 656 Bytes
Breadcrumbs
crisp_controllers
/
.github
/
workflows
/
docs.yml
Copy path
File metadata and controls
29 lines (29 loc) · 656 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
name
:
Documentation
on
:
push
:
branches
:
-
master
-
main
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
-
uses
:
actions/upload-pages-artifact@v4
with
:
path
:
site
-
uses
:
actions/deploy-pages@v4
id
:
deployment
Back
|
FazBrowse Home
|
New Git URL