mirror of
https://github.com/catppuccin/nim.git
synced 2024-12-23 11:30:43 -06:00
Compare commits
No commits in common. "391f92c4656b66c565767b66a9d34091db072ff5" and "2e2b0f705d59de1c4a5151a787c495c0620c07b8" have entirely different histories.
391f92c465
...
2e2b0f705d
3 changed files with 11 additions and 22 deletions
27
.github/workflows/docs.yml
vendored
27
.github/workflows/docs.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Deploy Docs
|
name: GitHub Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -7,28 +7,23 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
contents: write
|
||||||
pages: write
|
concurrency:
|
||||||
environment:
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
name: github-pages
|
|
||||||
url: ${{ steps.deploy.outputs.page_url }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: jiro4989/setup-nim-action@v2
|
- uses: jiro4989/setup-nim-action@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
run: nimble docs
|
run: nimble docs
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Deploy
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
path: "public/"
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./public
|
||||||
- name: Deploy artifact to GitHub Pages
|
|
||||||
id: deploy
|
|
||||||
uses: actions/deploy-pages@v4
|
|
||||||
|
|
0
assets/.gitkeep
Normal file
0
assets/.gitkeep
Normal file
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"local>catppuccin/renovate-config"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in a new issue