mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
Updated config.yml
This commit is contained in:
parent
10c570ee5e
commit
4ff6dcb863
1 changed files with 10 additions and 12 deletions
|
@ -2,9 +2,6 @@
|
||||||
# See: https://circleci.com/docs/2.0/configuration-reference
|
# See: https://circleci.com/docs/2.0/configuration-reference
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
orbs:
|
|
||||||
gh-pages: sugarshin/gh-pages@1.0.1
|
|
||||||
|
|
||||||
# Define a job to be invoked later in a workflow.
|
# Define a job to be invoked later in a workflow.
|
||||||
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
|
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -50,12 +47,13 @@ jobs:
|
||||||
workflows:
|
workflows:
|
||||||
build-docs-workflow:
|
build-docs-workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- build-docs
|
- build-docs:
|
||||||
- gh-pages/deploy:
|
filters:
|
||||||
attach-workspace: true
|
branches:
|
||||||
git-email: ci-build@pta2002.com
|
only: main
|
||||||
git-user: ci-build
|
- docs-deploy:
|
||||||
ssh-fingerprints: e6:0d:b3:76:76:d9:e3:93:31:24:a6:49:d7:a2:8f:a3
|
requires:
|
||||||
build-dir: doc
|
- build-docs
|
||||||
workspace-root: .
|
filters:
|
||||||
|
branches:
|
||||||
|
only: main
|
Loading…
Add table
Add a link
Reference in a new issue