Skip to content

Bump tokio from 1.35.1 to 1.36.0 #209

Bump tokio from 1.35.1 to 1.36.0

Bump tokio from 1.35.1 to 1.36.0 #209

Workflow file for this run

name: docs
permissions:
actions: read
contents: read
pages: write
id-token: write
on:
push:
branches:
- main
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Build site
run: utils/mkdocs.sh --no-bind-port build
- name: Upload artifact
uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8
with:
path: target/docs/site
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@87c3283f01cd6fe19a0ab93a23b2f6fcba5a8e42