mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
16 lines
382 B
YAML
16 lines
382 B
YAML
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
|