diff --git a/.github/workflows/gendoc.yml b/.github/workflows/gendoc.yml index b59e00e87..6f713ec5f 100644 --- a/.github/workflows/gendoc.yml +++ b/.github/workflows/gendoc.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v2 with: - path: neorg + path: . - name: Clone Wiki uses: actions/checkout@v2 @@ -49,7 +49,7 @@ jobs: - name: Run Documentation Generator run: | - make ci-doc + make documentation - name: Commit Wiki Changes run: | diff --git a/Makefile b/Makefile index f74c0acac..5a27530cc 100644 --- a/Makefile +++ b/Makefile @@ -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'