Skip to content

Update querying-relationships.md (#678) #35

Update querying-relationships.md (#678)

Update querying-relationships.md (#678) #35

Workflow file for this run

name: Build and Deploy Docs
on:
push:
branches:
- "master"
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: santigarcor/laratrust
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_DIR: docs/.vuepress/dist
CNAME: laratrust.santigarcor.me