Skip to content

[QuestionHeader] Adjust padding x to match app bar padding. #479

[QuestionHeader] Adjust padding x to match app bar padding.

[QuestionHeader] Adjust padding x to match app bar padding. #479

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: |
npm install --force
npm install yarn -g --force
yarn build
env:
CI: false
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build