Skip to content

Commit

Permalink
comment out start so it doesn't run
Browse files Browse the repository at this point in the history
  • Loading branch information
smrgeoinfo authored Nov 14, 2023
1 parent 8e55fec commit d7788cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/updateDocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Ontology Documentation CI
# copy from https://github.com/opengeospatial/ogc-geosparql/blob/master/.github/workflows/pylode.yml
on:
push:
branches:
- master
jobs:
build:
#on:
# push:
# branches:
# - master
#jobs:
# build:

runs-on: ubuntu-latest
# runs-on: ubuntu-latest

steps:
# steps:
- uses: actions/checkout@v1
- name: Create Ontology Documentation 🔧
run: |
Expand Down

0 comments on commit d7788cc

Please sign in to comment.