FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-gssapi/.github/workflows/deploy-docs.yml at main · sanglist/python-gssapi · GitHub
sanglist
/
python-gssapi
Public
forked from
pythongssapi/python-gssapi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-gssapi
/
.github
/
workflows
/
deploy-docs.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
37 lines (32 loc) · 795 Bytes
Breadcrumbs
python-gssapi
/
.github
/
workflows
/
deploy-docs.yml
Copy path
File metadata and controls
37 lines (32 loc) · 795 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
34
35
36
37
name
:
Deploy docs
on
:
push
:
branches
:
main
jobs
:
update-pages
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out code
uses
:
actions/checkout@v3
-
name
:
Select python
uses
:
actions/setup-python@v4
with
:
python-version
:
3.9
-
name
:
Build sdist
run
:
|
python -m pip install build
python -m build --sdist
env
:
GSSAPI_SUPPORT_DETECT
:
false
GSSAPI_LINKER_ARGS
:
'
'
GSSAPI_COMPILER_ARGS
:
'
'
-
name
:
Build docs
run
:
./ci/run-on-linux.sh ./ci/before-docs-deploy.sh
env
:
DISTRO
:
fedora:latest
-
name
:
Deploy latest docs
uses
:
JamesIves/github-pages-deploy-action@v4
with
:
branch
:
gh-pages
folder
:
ci_docs_build
target-folder
:
latest
Back
|
FazBrowse Home
|
New Git URL