Skip to content

Commit 24b6eed

Browse files
committed
Update docs workflow
1 parent ae41252 commit 24b6eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
deploy:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Use Node.js
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get update -y
3030
sudo apt-get install -y texlive texlive-fonts-extra latexmk
3131
- name: Fetch Yarn dependencies
32-
run: yarn install
32+
run: yarn install --frozen-lockfile
3333
- name: Build
3434
run: |
3535
set -euxo pipefail

0 commit comments

Comments
 (0)