Skip to content

[rust] upgrade toml_edit (0.19.8 -> 0.20.4) and toml (0.7.3 -> 0.8.4) #2612

[rust] upgrade toml_edit (0.19.8 -> 0.20.4) and toml (0.7.3 -> 0.8.4)

[rust] upgrade toml_edit (0.19.8 -> 0.20.4) and toml (0.7.3 -> 0.8.4) #2612

Workflow file for this run

name: Build and Deploy Documentation
on:
push:
branches:
- main
jobs:
build-and-deploy-docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Add tools/ to PATH
run: echo "$(pwd)/tools" >> $GITHUB_PATH
- name: Install docs tools
run: yarn
working-directory: antlir/website
- name: Build docs
run: yarn build
working-directory: antlir/website
- name: Deploy to gh-pages
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: antlir/website/build
CLEAN: true