Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 20, 2023
1 parent 537d657 commit 650ebc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ex-rtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
push:
branches:
- master
- develop
- ci-*
paths-ignore:
- 'README.md'
- 'DEVELOPER.md'
pull_request:
branches:
- master
- develop
paths-ignore:
- 'README.md'
- 'DEVELOPER.md'

jobs:
rtd_build:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/ex-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
push:
branches:
- master
- develop
- ci-*
paths-ignore:
- 'README.md'
- 'DEVELOPER.md'
Expand Down Expand Up @@ -105,7 +101,7 @@ jobs:
- name: Install TeX Live and additional TrueType fonts
run: |
sudo apt-get update
sudo apt install texlive-science texlive-latex-extra texlive-font-utils texlive-fonts-recommended texlive-fonts-extra
sudo apt install texlive-latex-extra texlive-science fonts-liberation
- name: Checkout usgslatex
uses: actions/checkout@v4
Expand Down

0 comments on commit 650ebc2

Please sign in to comment.