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 6f9616c commit 5453617Copy full SHA for 5453617
.github/workflows/docs.yml
@@ -3,9 +3,6 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches: [main]
6
- # TODO: REMOVE THIS BEFORE MERGING
7
- pull_request:
8
- branches: [main]
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
11
@@ -37,9 +34,8 @@ jobs:
37
34
38
35
- name: Deploy
39
36
uses: peaceiris/actions-gh-pages@v3
40
- # TODO: INSERT THIS BEFORE MERGING
41
- # if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
42
with:
43
github_token: ${{ secrets.GITHUB_TOKEN }}
44
publish_dir: ./docs/geoengine
45
- # cname: python.docs.geoengine.io
+ cname: python.docs.geoengine.io
0 commit comments