Skip to content

fix(data): fix data/slides.json path for deployment #63

fix(data): fix data/slides.json path for deployment

fix(data): fix data/slides.json path for deployment #63

Workflow file for this run

name: deploy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
# Configure Git Author
- name: Configure Git Author
run: |
git config --global user.name "GitHub Actions Bot"
git config --global user.email "9844254+AhsanAyaz@users.noreply.github.com"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm install
- run: npm run deploy
env:
CI: true