We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2d89b commit 09cb612Copy full SHA for 09cb612
.github/workflows/ci.yaml
@@ -14,17 +14,14 @@ jobs:
14
pages: write
15
id-token: write
16
steps:
17
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
18
19
- name: Setup Hugo
20
uses: peaceiris/actions-hugo@v3
21
with:
22
hugo-version: latest
23
extended: true
24
25
- - name: Clone Hugo Theme
26
- run: git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1
27
-
28
- name: Build
29
run: hugo
30
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "themes/PaperMod"]
2
+ path = themes/PaperMod
3
+ url = https://github.com/adityatelange/hugo-PaperMod.git
0 commit comments