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
gaoqiong
composable_kernel
Commits
8aa32e09
"...composable_kernel_rocm.git" did not exist on "95e722a3b357334fe05b0a7f217b60c591592967"
Commit
8aa32e09
authored
Mar 23, 2023
by
Rosty Geyyer
Browse files
Add a github workflow
parent
9360e74b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
.github/workflows/docs.yml
.github/workflows/docs.yml
+38
-0
No files found.
.github/workflows/docs.yml
0 → 100644
View file @
8aa32e09
name
:
Docs
on
:
push
:
#push:
# branches-ignore:
# - '**'
branches
:
[
develop
]
pull_request
:
branches
:
[
develop
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Requirements
run
:
apt update
&& apt install -y doxygen
&& pip3 install sphinx-rtd-theme
&& pip3 install breathe
&& pip3 install sphinxcontrib.bibtex
&& apt install -y latexmk
&& apt install -y texlive-latex-extra
-
name
:
Checkout repo
uses
:
actions/checkout@1.0.0
-
name
:
Build docs
run
:
cd docs
&& sh ./run_doc.sh
&& cd _build/html
&& touch .nojekyll
-
name
:
Deploy
uses
:
JamesIves/github-pages-deploy-action@releases/v3
with
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
BRANCH
:
gh-pages
# The branch the action should deploy to.
FOLDER
:
docs/_build/html
# The folder the action should deploy
\ 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