Skip to content

Commit 5453617

Browse files
ready for merge
1 parent 6f9616c commit 5453617

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches: [main]
6-
# TODO: REMOVE THIS BEFORE MERGING
7-
pull_request:
8-
branches: [main]
96
# Allows you to run this workflow manually from the Actions tab
107
workflow_dispatch:
118

@@ -37,9 +34,8 @@ jobs:
3734

3835
- name: Deploy
3936
uses: peaceiris/actions-gh-pages@v3
40-
# TODO: INSERT THIS BEFORE MERGING
41-
# if: ${{ github.ref == 'refs/heads/main' }}
37+
if: ${{ github.ref == 'refs/heads/main' }}
4238
with:
4339
github_token: ${{ secrets.GITHUB_TOKEN }}
4440
publish_dir: ./docs/geoengine
45-
# cname: python.docs.geoengine.io
41+
cname: python.docs.geoengine.io

0 commit comments

Comments
 (0)