Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 25, 2023
1 parent 093723a commit 7b558ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- draft
- draft-2.0
- master
jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions tests/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
props: {
document: 'processes.json',
categorize: true,
apiVersion: '1.1.0',
title: 'openEO processes (draft)',
apiVersion: '1.2.0',
title: 'openEO processes (2.0.0-rc.1)',
notice: '**Note:** This is the list of all processes specified by the openEO project. Back-ends implement a varying set of processes. Thus, the processes you can use at a specific back-end may derive from the specification, may include non-standardized processes and may not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a function called `listProcesses` or `list_processes` for that.'
}
})
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/processes",
"version": "2.0.0",
"version": "2.0.0-rc.1",
"author": "openEO Consortium",
"contributors": [
{
Expand Down

0 comments on commit 7b558ac

Please sign in to comment.