Skip to content

Update content.json #31

Update content.json

Update content.json #31

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Build Vue
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_vue:
runs-on: ubuntu-latest
name: Build Vue
steps:
- uses: actions/checkout@v2
- id: Build-Vue
uses: xRealNeon/[email protected]
with:
username: "ConstructFund"
reponame: "constructfund.github.io"
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged