Skip to content

feat: add check for Drupal user 1. (#37) #6

feat: add check for Drupal user 1. (#37)

feat: add check for Drupal user 1. (#37) #6

Workflow file for this run

name: Publish docs
on:
push:
branches: [ main ]
paths:
- 'docs/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@main
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_SCRIPT: cd docs && npm install && npm run build
BUILD_DIR: src/.vuepress/dist