Skip to content

Commit a6a9912

Browse files
committed
Refactored docs into their own folder
1 parent 0566a6b commit a6a9912

File tree

173 files changed

+531
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+531
-3
lines changed

.github/workflows/BuildMKDocsAndPublishToGithubPages.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ on:
33
push:
44
branches:
55
- main
6+
- docs
7+
# Paths can be used to only trigger actions when you have edited certain files, such as a file within the /docs directory
8+
paths:
9+
- ".github/workflows/BuildMKDocsAndPublishToGithubPages.yml"
10+
- "**.md"
11+
- "**.py"
12+
- "assets/**"
613
# Allow manually running in the actions tab
714
workflow_dispatch:
815

@@ -20,10 +27,12 @@ jobs:
2027
- name: Checkout main from github
2128
uses: actions/checkout@v1
2229
- name: Create Mkdocs Config 🚀
30+
working-directory: ./docs
2331
run: ./create-mkdocs-html-config.sh
2432
- name: Deploy docs to github pages
2533
# This is where we get the material theme from
26-
uses: mhausenblas/mkdocs-deploy-gh-pages@master
34+
#uses: mhausenblas/mkdocs-deploy-gh-pages@master
35+
uses: timlinux/mkdocs-deploy-gh-pages@master
2736
# Wrong
2837
#uses: timlinux/QGISAnimationWorkbench@main
2938
env:

animation_workbench/metadata.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name=QGIS Animation Workbench
33
description=A plugin to let you build animations in QGIS
44
about=QGIS Animation Bench exists because we wanted to use all the awesome cartography features in QGIS and make cool, animated maps! QGIS already includes the Temporal Manager which allows you to produce animations for time-based data. But what if you want to make animations where you travel around the map, zooming in and out, and perhaps making features on the map wiggle and jiggle as the animation progresses? That is what the animation workbench tries to solve...
5-
version=1.1
5+
version=1.2
66
qgisMinimumVersion=3.0
7-
author=Tim Sutton
7+
author=Tim Sutton, Nyall Dawson,
88
99
repository=https://github.com/timlinux/QGISAnimationPlugin
10+
license=GPLv2

0 commit comments

Comments
 (0)