-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #439 from Open-EO/draft
Release v2.0.0-rc.1
- Loading branch information
Showing
107 changed files
with
2,726 additions
and
1,947 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
[*.json] | ||
charset = utf-8 | ||
end_of_line = crlf | ||
indent_style = spaces | ||
indent_size = 4 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,10 @@ jobs: | |
steps: | ||
- name: Inject env variables | ||
uses: rlespinasse/[email protected] | ||
- uses: actions/setup-node@v1 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: '16' | ||
- uses: actions/checkout@v2 | ||
node-version: 'lts/*' | ||
- uses: actions/checkout@v3 | ||
- run: | | ||
npm install | ||
npm run generate | ||
|
@@ -26,7 +26,6 @@ jobs: | |
run: | | ||
git clone --branch gh-pages https://github.com/Open-EO/openeo-processes.git gh-pages | ||
find gh-pages -maxdepth 1 -type f -delete | ||
rm -rf gh-pages/examples/ | ||
rm -rf gh-pages/meta/ | ||
rm -rf gh-pages/proposals/ | ||
- name: create empty gh-pages folder | ||
|
@@ -35,7 +34,7 @@ jobs: | |
- run: | | ||
cp tests/docs.html index.html | ||
cp tests/processes.json processes.json | ||
rsync -vrm --include='*.json' --include='*.html' --include='examples/***' --include='meta/***' --include='proposals/***' --exclude='*' . gh-pages | ||
rsync -vrm --include='*.json' --include='*.html' --include='meta/***' --include='proposals/***' --exclude='*' . gh-pages | ||
- name: deploy to root (master) | ||
uses: peaceiris/actions-gh-pages@v3 | ||
if: ${{ env.GITHUB_REF_SLUG == 'master' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.