Skip to content

Commit

Permalink
Update release_bug_fix.yml with remove version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA authored Oct 31, 2024
1 parent 1a6c9ed commit 2002b7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_bug_fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
writeLines(text = manual_tex, con = "SS330_User_Manual.tex")
shell: Rscript {0}

- name: Remove version.txt before committing
run: rm version.txt

# Create HTML
- name: Convert tex to html
run: pandoc SS330_User_Manual.tex -s -o SS330_User_Manual.html --toc --embed-resources --standalone --mathjax --default-image-extension=png --number-sections --citeproc --variable linkcolor=#0033CC
Expand Down

0 comments on commit 2002b7b

Please sign in to comment.