Skip to content

Commit

Permalink
manual: Remove generate step in favor of publish
Browse files Browse the repository at this point in the history
`make release' and `make publish' now re-generate all output formats,
even if it appears no file was modified, unlike `make texi', which does
not take into account that the texi file might have to be re-generated,
despite the org file not having a more recent modification time.
  • Loading branch information
tarsius committed Aug 17, 2024
1 parent f9b91cd commit 369169e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
version: 29.3
- name: 'Install Texlive'
run: sudo apt update && sudo apt install -y texlive
- name: 'Generate manual'
run: make texi info html html-dir pdf
- name: 'Configure credentials'
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 369169e

Please sign in to comment.