Skip to content

Commit

Permalink
Doc deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TCA166 committed May 2, 2024
1 parent 7b12969 commit 7160f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload sphinx build
path: './target/doc/ck3_history_extractor'
path: './target/doc'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CK3-history-extractor

[![GitHub Pages Documentation](https://img.shields.io/badge/GitHub_Pages-Documentation-blue)](https://tca166.github.io/CK3-history-extractor/)

A program designed for creating an encyclopedia of sorts containing your ck3 history
It goes through the lineage of every player in the save file (meaning multiplayer save files also work) and extracts data about every character it encounters and their associates

Expand Down

0 comments on commit 7160f40

Please sign in to comment.