From e1dfc6fad1251d5df1e86c6d7828a0442c752956 Mon Sep 17 00:00:00 2001 From: Ebraheem Alhetari <108173819+Hetari@users.noreply.github.com> Date: Thu, 11 Jul 2024 01:06:54 +0300 Subject: [PATCH] Create vue.yml --- .github/workflows/vue.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/vue.yml diff --git a/.github/workflows/vue.yml b/.github/workflows/vue.yml new file mode 100644 index 0000000..9b4b995 --- /dev/null +++ b/.github/workflows/vue.yml @@ -0,0 +1,14 @@ +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/VuePagesAction@1.0.1 + with: + username: 'Hetari' + reponame: 'portfolio' + token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged