Skip to content

Commit 3fb54cf

Browse files
Update generate_documentation.yml
1 parent d1a7f2b commit 3fb54cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate_documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ jobs:
44
doxygen:
55
runs-on: ubuntu-latest
66
steps:
7+
- run: ls
8+
- run: pwd
79
- name: "Doxygen"
810
run: |
9-
ls -ls
1011
sudo apt-get install -y doxygen
1112
doxygen docs/doxyfile

0 commit comments

Comments
 (0)