Skip to content

fix: add slides about gitkraken #6

fix: add slides about gitkraken

fix: add slides about gitkraken #6

Workflow file for this run

name: Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- args: [--global, gulp, prettier, typescript]
- run: pnpm build
- name: Build
run: pnpm build -- --base /presentation-libgit2-nodegit-native-git-oh-my/
- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v3
with:
path: dist
- name: Deploy
id: deployment
uses: actions/deploy-pages@v4