diff --git a/.github/workflows/makepdf.yml b/.github/workflows/makepdf.yml index c75e677..48272dd 100644 --- a/.github/workflows/makepdf.yml +++ b/.github/workflows/makepdf.yml @@ -23,16 +23,5 @@ jobs: build_html: false - uses: actions/upload-artifact@v3 with: - name: input + name: pdfs path: pdfs - - - - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Automated Change - branch: master - commit_options: '--no-verify --signoff' - commit_author: Author - status_options: '--untracked-files=no' - skip_dirty_check: true