We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66d6e90 + 971bbbc commit cbaa82eCopy full SHA for cbaa82e
4 files changed
.github/workflows/gh-pages.yml
@@ -23,9 +23,7 @@ jobs:
23
pip install -r ./requirements.txt
24
25
- name: Build
26
- run: |
27
- make -C docs/img
28
- mkdocs build
+ run: make
29
30
- name: Deploy
31
uses: peaceiris/actions-gh-pages@v2.5.0
GNUmakefile
@@ -0,0 +1,5 @@
1
+.PHONY: all
2
+
3
+all:
4
+ $(MAKE) -C docs/img
5
+ mkdocs build
docs/faq.md
@@ -0,0 +1 @@
+# Frequently Asked Questions
mkdocs.yml
@@ -1 +1,4 @@
site_name: Rustacean Furs' Wiki
+nav:
+ - FAQ: faq.md
0 commit comments