mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Migrate docs to Vuepress
This commit is contained in:
parent
a0d4ab5809
commit
8c0cbd6d26
33 changed files with 8035 additions and 421 deletions
24
.github/workflows/ghpages.yml
vendored
24
.github/workflows/ghpages.yml
vendored
|
|
@ -1,24 +0,0 @@
|
|||
name: Build and deploy site to GitHub Pages
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "docs/**"
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
github-pages:
|
||||
runs-on: ubuntu-16.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6
|
||||
- uses: limjh16/jekyll-action-ts@v2
|
||||
with:
|
||||
enable_cache: true
|
||||
jekyll_src: docs
|
||||
gem_src: docs
|
||||
- uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.JEKYLL_PAT }}
|
||||
publish_dir: ./_site
|
||||
Loading…
Add table
Add a link
Reference in a new issue