Skip to content

Commit

Permalink
💚 add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manoncarbonnel committed Jun 25, 2024
1 parent 27f5a22 commit 1605830
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: slidev-theme-shodo
on:
push:
branches:
- main
jobs:
build-on-deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4.1.7
- name: install & build
run: |
npm ci
npm run build
- name: deploy
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: dist

0 comments on commit 1605830

Please sign in to comment.