Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading