Skip to content

Commit

Permalink
Merge pull request #60 from geo-engine/update-2024-11-12
Browse files Browse the repository at this point in the history
Update 2024 11 12
  • Loading branch information
jdroenner authored Nov 13, 2024
2 parents 3a4e335 + bf6e368 commit 4d71152
Show file tree
Hide file tree
Showing 27 changed files with 1,221 additions and 501 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -13,19 +13,18 @@ env:

jobs:
build:

runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.12'
- name: Build
run: mdbook build
- name: Run tests
run: mdbook test
- uses: actions/checkout@v2

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "0.4.42"

- name: Build
run: mdbook build

- name: Run tests
run: mdbook test
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
book

# IDE
.vscode
# IDE stuff
.vscode
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ src = "src"
title = "Geo Engine Docs"

[rust]
edition = "2018" # TODO: use 2021
edition = "2021"

[output.html]
theme = "theme"
Expand Down
1 change: 0 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
- [RasterTypeConversion](./operators/rastertypeconversion.md)
- [RasterVectorJoin](./operators/rastervectorjoin.md)
- [Reprojection](./operators/reprojection.md)
- [RGB](./operators/rgb.md)
- [TemporalRasterAggregation](./operators/temporalrasteraggregation.md)
- [TimeProjection](./operators/timeprojection.md)
- [TimeShift](./operators/timeshift.md)
Expand Down
73 changes: 0 additions & 73 deletions src/operators/rgb.md

This file was deleted.

Loading

0 comments on commit 4d71152

Please sign in to comment.