Skip to content

Add features for Intent::getData propagation #923

Add features for Intent::getData propagation

Add features for Intent::getData propagation #923

Workflow file for this run

on: [push]
jobs:
build-docs:
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 documentation/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: documentation/website/build # The folder the action should deploy.