Skip to content

Commit

Permalink
Refactored docs into their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Dec 2, 2023
1 parent 0566a6b commit a6a9912
Show file tree
Hide file tree
Showing 173 changed files with 531 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/BuildMKDocsAndPublishToGithubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
push:
branches:
- main
- docs
# Paths can be used to only trigger actions when you have edited certain files, such as a file within the /docs directory
paths:
- ".github/workflows/BuildMKDocsAndPublishToGithubPages.yml"
- "**.md"
- "**.py"
- "assets/**"
# Allow manually running in the actions tab
workflow_dispatch:

Expand All @@ -20,10 +27,12 @@ jobs:
- name: Checkout main from github
uses: actions/checkout@v1
- name: Create Mkdocs Config 🚀
working-directory: ./docs
run: ./create-mkdocs-html-config.sh
- name: Deploy docs to github pages
# This is where we get the material theme from
uses: mhausenblas/mkdocs-deploy-gh-pages@master
#uses: mhausenblas/mkdocs-deploy-gh-pages@master
uses: timlinux/mkdocs-deploy-gh-pages@master
# Wrong
#uses: timlinux/QGISAnimationWorkbench@main
env:
Expand Down
5 changes: 3 additions & 2 deletions animation_workbench/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name=QGIS Animation Workbench
description=A plugin to let you build animations in QGIS
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...
version=1.1
version=1.2
qgisMinimumVersion=3.0
author=Tim Sutton
author=Tim Sutton, Nyall Dawson,
email=tim@kartoza.com
repository=https://github.com/timlinux/QGISAnimationPlugin
license=GPLv2
Loading

0 comments on commit a6a9912

Please sign in to comment.