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:
|
||||
push:
|
||||
|
@ -7,28 +7,23 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
id-token: write
|
||||
pages: write
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deploy.outputs.page_url }}
|
||||
contents: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: jiro4989/setup-nim-action@v2
|
||||
- uses: jiro4989/setup-nim-action@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build Docs
|
||||
run: nimble docs
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
path: "public/"
|
||||
|
||||
- name: Deploy artifact to GitHub Pages
|
||||
id: deploy
|
||||
uses: actions/deploy-pages@v4
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
|
|
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