fix: Cursor import to make sure it is rendered when the site is loaded #115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Vue | |
on: [push] | |
jobs: | |
build_vue: | |
runs-on: ubuntu-latest | |
name: Build Vue | |
steps: | |
- uses: actions/checkout@v2 | |
- id: Build-Vue | |
uses: xRealNeon/[email protected] | |
with: | |
username: 'Hetari' | |
reponame: 'portfolio' | |
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged |