Skip to content

Indents

Indents #15

Workflow file for this run

name: Build Vue
on: [push]
jobs:
build_vue:
if: github.repository_owner == 'RPCSX'
runs-on: ubuntu-latest
name: Build Vue
steps:
- uses: actions/checkout@v2
- id: Build-Vue
uses: xRealNeon/VuePagesAction@1.0.1
with:
username: 'RPCSX'
reponame: 'rpcsx-site'
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged