Skip to content

Commit

Permalink
Add some docs 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jun 17, 2024
1 parent e597244 commit 19436ce
Show file tree
Hide file tree
Showing 14 changed files with 7,210 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build and Deploy
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
run: |
cd docs
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/dist
9 changes: 9 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.DS_Store
dist
node_modules
_lib
tsconfig.tsbuildinfo
tsconfig.*.tsbuildinfo
vocs.config.ts.timestamp-*
.vercel
.vocs
Loading

0 comments on commit 19436ce

Please sign in to comment.