Skip to content

Commit

Permalink
Re-syncing at root
Browse files Browse the repository at this point in the history
Moving files from /docs/ to root
  • Loading branch information
pipwerks committed Feb 14, 2024
1 parent cf5e9d1 commit f1b8573
Show file tree
Hide file tree
Showing 502 changed files with 2 additions and 26,447 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,18 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: ./docs/package-lock.json
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci
- name: Build with VitePress
run: |
npm run docs:build
touch docs/.vitepress/dist/.nojekyll
touch .vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
path: .vitepress/dist

# Deployment job
deploy:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
70 changes: 0 additions & 70 deletions docs/.vitepress/cache/deps/_metadata.json

This file was deleted.

Loading

0 comments on commit f1b8573

Please sign in to comment.