Skip to content

Commit

Permalink
Pin docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
rw1nkler committed Jul 21, 2023
1 parent da936d4 commit 772040a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/scripts/latex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \

cd $(dirname $0)/../../docs

which python3

python3 -m venv env
echo "=================================================================="
. env/bin/activate
echo "=================================================================="
pip3 install -r requirements.txt
pip3 install --user -r requirements.txt

cd build/latex
LATEXMKOPTS='-interaction=nonstopmode' make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
args: ./.github/scripts/sphinx.sh

- uses: docker://btdi/latex
- uses: docker://btdi/latex@sha256:952296ef29fb1a42d0f939ca12fb6c6ea578e24168bc5a2bc7de5a2012fb48fe
with:
args: ./.github/scripts/latex.sh

Expand Down

0 comments on commit 772040a

Please sign in to comment.