We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917b49a commit ab3c41fCopy full SHA for ab3c41f
.github/workflows/build_docs.yml
@@ -36,9 +36,9 @@ jobs:
36
run: |
37
cd docsrc
38
make github
39
-# - name: Deploy
40
-# uses: peaceiris/actions-gh-pages@v3
41
-# if: ${{ github.ref == 'refs/heads/main' }}
42
-# with:
43
-# github_token: ${{ secrets.GITHUB_TOKEN }}
44
-# publish_dir: ./docs
+ - name: Deploy
+ uses: peaceiris/actions-gh-pages@v3
+ if: ${{ github.ref == 'refs/heads/main' }}
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./docs
docsrc/conf.py
@@ -28,7 +28,6 @@
28
# -- Project information -----------------------------------------------------
29
30
project = 'Bayesian Optimization'
31
-copyright = '2022, Brendan Whelan'
32
author = 'Fernando Nogueira'
33
34
0 commit comments