Skip to content

Commit d0316e4

Browse files
committed
Small configuration
1 parent 5fe52c1 commit d0316e4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
2222
- name: Build site
2323
run: mkdocs build
24+
25+
- name: Create .nojekyll file
26+
run: touch ./site/.nojekyll
2427

2528
- name: Deploy to GitHub Pages
2629
uses: peaceiris/actions-gh-pages@v3

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
site_name: PygameUI
22
site_description: Documentation for PygameUI library
33
site_author: Trym Bringsrud Fekjær
4+
site_url: https://trymbf.github.io/PygameUI
45
repo_url: https://github.com/trymbf/PygameUI
56

67
theme:

0 commit comments

Comments
 (0)