Skip to content

Merge pull request #1 from ahmedrabii/dependabot/npm_and_yarn/vite-4.3.9 #16

Merge pull request #1 from ahmedrabii/dependabot/npm_and_yarn/vite-4.3.9

Merge pull request #1 from ahmedrabii/dependabot/npm_and_yarn/vite-4.3.9 #16

name: Deploy to Github Pages
on:
push:
branches:
- master
jobs:
gh-pages-deploy:
name: Deploying to Github Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install packages
run: npm i
- name: Set Creds
run: git config user.name "Ahmed-Rabii-Zaiyet" && git config user.email "[email protected]"
- name: Deploy
run: npm run deploy