Skip to content

Commit

Permalink
Fix workfloaw
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 15, 2024
1 parent 810f2be commit 59bd5e4
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ on:
- master

jobs:
- build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
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: north-road/slyr
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: cd docs && yarn && yarn build
BUILD_DIR: src/.vuepress/dist
CNAME: https://slyr.north-road.com
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: north-road/slyr
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: cd docs && yarn && yarn build
BUILD_DIR: src/.vuepress/dist
CNAME: https://slyr.north-road.com

- check-markdown:
steps:
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: docs/src/.
config_file: .markdownlint.yaml
dot: true
ignore_files: examples/ignore/*
ignore_path: examples/.markdownlintignore
rules: examples/rules/custom.js
check-markdown:
steps:
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: docs/src/.
config_file: .markdownlint.yaml
dot: true
ignore_files: examples/ignore/*
ignore_path: examples/.markdownlintignore
rules: examples/rules/custom.js

0 comments on commit 59bd5e4

Please sign in to comment.