We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993af6c commit c0dd581Copy full SHA for c0dd581
.github/workflows/update-doc.yml
@@ -61,8 +61,10 @@ jobs:
61
62
# Clone theme
63
curl -sL -o relearn.tgz https://github.com/McShelby/hugo-theme-relearn/archive/refs/tags/"${RELEARN_VERSION}".tar.gz
64
- tar xvf relearn.tgz
65
- mv "hugo-theme-relearn-${RELEARN_VERSION}" themes/hugo-theme-relearn
+ tar xf relearn.tgz
+ rm -rf themes/hugo-relearn
66
+ mv "hugo-theme-relearn-${RELEARN_VERSION}" hugo-relearn
67
+ mv hugo-relearn themes/
68
-
69
name: Prepare config
70
run: |
0 commit comments