mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
Update doxygen_build_deploy.yml
This commit is contained in:
parent
408f9c1229
commit
4193d6ec9c
4
.github/workflows/doxygen_build_deploy.yml
vendored
4
.github/workflows/doxygen_build_deploy.yml
vendored
@ -23,8 +23,12 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
run: |
|
run: |
|
||||||
|
mkdir JKQtPlotter
|
||||||
|
mkdir JKQtPlotter_doc
|
||||||
git clone -o mine git@github.com:jkriege2/JKQtPlotter.git $GITHUB_WORKSPACE/JKQtPlotter
|
git clone -o mine git@github.com:jkriege2/JKQtPlotter.git $GITHUB_WORKSPACE/JKQtPlotter
|
||||||
git clone -o mine git@github.com:jkriege2/JKQtPlotter.git $GITHUB_WORKSPACE/JKQtPlotter_doc
|
git clone -o mine git@github.com:jkriege2/JKQtPlotter.git $GITHUB_WORKSPACE/JKQtPlotter_doc
|
||||||
|
ls JKQtPlotter_doc
|
||||||
|
ls JKQtPlotter
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user