Skip to content

Add redirect to internal documentation for Meta employees (#175) #914

Add redirect to internal documentation for Meta employees (#175)

Add redirect to internal documentation for Meta employees (#175) #914

Workflow file for this run

on: [push]
jobs:
build_docs_job:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
steps:
- name: Checkout
uses: actions/checkout@v2
id: build
- name: Build the Website
run: |
cd website
yarn
yarn build
- name: Get output time
run: echo "The time was ${{ steps.build.outputs.time }}"
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: website/build # The folder the action should deploy.