Skip to content

Commit

Permalink
fix(docgen): could not find module neorg
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 3, 2023
1 parent 2dbead6 commit b68a945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gendoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
with:
path: neorg
path: .

- name: Clone Wiki
uses: actions/checkout@v2
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Run Documentation Generator
run: |
make ci-doc
make documentation
- name: Commit Wiki Changes
run: |
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
ci-doc:
nvim -u docgen/minimal_init.vim -c "TSInstall! lua" -c "qa!" && \
make documentation

documentation:
nvim --headless -u docgen/minimal_init.vim -c "cd ./docgen" -c "source init.lua" -c 'qa'

Expand Down

0 comments on commit b68a945

Please sign in to comment.