Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyr committed Oct 12, 2023
1 parent 472c30e commit 0c7eb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
with:
path: src/Radium-Engine
submodules: recursive
- name: pull updated repo (e.g. with new VERSION)
run: git -C src/Radium-Engine pull origin ${{ github.event.ref }}
- name: Install packages
run : |
sudo apt-get install graphviz
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tmp-check-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
with:
path: src/Radium-Engine
submodules: recursive
- name: pull updated repo (e.g. with new VERSION)
run: git -C src/Radium-Engine pull origin ${{ github.event.ref }}
- name: Install packages
run : |
sudo apt-get install graphviz
Expand Down

0 comments on commit 0c7eb18

Please sign in to comment.