Updated config.yml

This commit is contained in:
Pedro Alves 2022-08-24 01:09:37 +01:00
parent ca9e9b0430
commit 10c570ee5e

View file

@ -2,6 +2,9 @@
# 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:
@ -48,9 +51,11 @@ workflows:
build-docs-workflow: build-docs-workflow:
jobs: jobs:
- build-docs - build-docs
- docs-deploy: - gh-pages/deploy:
requires: attach-workspace: true
- build-docs git-email: ci-build@pta2002.com
filters: git-user: ci-build
branches: ssh-fingerprints: e6:0d:b3:76:76:d9:e3:93:31:24:a6:49:d7:a2:8f:a3
only: main build-dir: doc
workspace-root: .