mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 16:19:26 +00:00
ci: use Ubuntu 22.04 and new actions/checkout
This commit is contained in:
parent
430c3c0131
commit
f65ccd6ea8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
|
@ -16,12 +16,12 @@ on:
|
|||
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
|
||||
jobs:
|
||||
deploy-book:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Install dependencies
|
||||
- name: Set up Python 3.11
|
||||
|
|
@ -63,4 +63,4 @@ jobs:
|
|||
# Deploy the book's HTML to GitHub Pages
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue