Skip to content

Add vue.js setup guide, thanks to peerigon #201

Add vue.js setup guide, thanks to peerigon

Add vue.js setup guide, thanks to peerigon #201

Workflow file for this run

on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'TelemetryDeck',
repo: 'website',
workflow_id: 'trigger-content-change.yml',
ref: 'eleventy'
})