Skip to content

[antlir] Cleanup antlir/antlir2/opsfiles_ondiff_image_builds #2512

[antlir] Cleanup antlir/antlir2/opsfiles_ondiff_image_builds

[antlir] Cleanup antlir/antlir2/opsfiles_ondiff_image_builds #2512

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