Skip to content

Updated list of projects #30

Updated list of projects

Updated list of projects #30

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