We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe52c1 commit d0316e4Copy full SHA for d0316e4
.github/workflows/deploy.yml
@@ -21,6 +21,9 @@ jobs:
21
22
- name: Build site
23
run: mkdocs build
24
+
25
+ - name: Create .nojekyll file
26
+ run: touch ./site/.nojekyll
27
28
- name: Deploy to GitHub Pages
29
uses: peaceiris/actions-gh-pages@v3
mkdocs.yml
@@ -1,6 +1,7 @@
1
site_name: PygameUI
2
site_description: Documentation for PygameUI library
3
site_author: Trym Bringsrud Fekjær
4
+site_url: https://trymbf.github.io/PygameUI
5
repo_url: https://github.com/trymbf/PygameUI
6
7
theme:
0 commit comments