Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

fix(comments): dropdown menu tries to access user data when deleted #207

fix(comments): dropdown menu tries to access user data when deleted

fix(comments): dropdown menu tries to access user data when deleted #207

Workflow file for this run

name: Build Vue
on: [push]
jobs:
build_vue:
runs-on: ubuntu-latest
name: Build Vue
steps:
- uses: actions/checkout@v2
- name: Setup Yarn
# You may pin to the exact commit or the version.
# uses: mskelton/setup-yarn@2fd0f48147cbee4fd8a71723a3b86851d86ba46b
uses: mskelton/setup-yarn@main
with:
# Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm
cache: yarn
- id: Build-Vue
uses: xRealNeon/VuePagesAction@main
with:
username: 'Dwigoric'
reponame: 'CCAPDEV-Web-App'
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
useyarn: true