Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
fc54df3b
"src/turbomind/layers/vscode:/vscode.git/clone" did not exist on "911c0a85dadbf1783940138d7c6aafdbc88d6a17"
Commit
fc54df3b
authored
Sep 23, 2023
by
Ruilong Li
Browse files
doc workflow
parent
eebe491b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
.github/workflows/doc.yml
.github/workflows/doc.yml
+24
-0
No files found.
.github/workflows/doc.yml
0 → 100644
View file @
fc54df3b
name
:
Docs
on
:
[
push
,
pull_request
,
workflow_dispatch
]
permissions
:
contents
:
write
jobs
:
docs
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-python@v3
-
name
:
Install dependencies
run
:
|
pip install sphinx sphinx_rtd_theme
-
name
:
Sphinx build
run
:
|
sphinx-build doc _build
-
name
:
Deploy
uses
:
peaceiris/actions-gh-pages@v3
if
:
${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with
:
publish_branch
:
gh-pages
github_token
:
${{ secrets.GITHUB_TOKEN }}
publish_dir
:
_build/
force_orphan
:
true
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment