Skip to content

Commit

Permalink
Fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Jan 6, 2024
1 parent d0d53d4 commit 9f06485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
make latexpdf
mv _build/latex/enrouteflightnavigation.pdf _build/html/manual.pdf
mv _build/epub/EnrouteFlightNavigation.epub _build/html/manual.epub
echo "" >_build/html/.nojekyll
- name: Publish sphinx documentation
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
branch: pages
access_token: ${{ secrets.GITHUB_TOKEN }}
folder: _build/html
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Generate manual](https://github.com/Akaflieg-Freiburg/enrouteManual/actions/workflows/manual.yml/badge.svg)](https://github.com/Akaflieg-Freiburg/enrouteManual/actions/workflows/manual.yml)

# Manual for Enroute Flight Navigation

This repository hosts the manual for the app [Enroute Flight Navigation](https://github.com/Akaflieg-Freiburg/enroute).

0 comments on commit 9f06485

Please sign in to comment.