We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2741be commit 96155edCopy full SHA for 96155ed
1 file changed
.github/workflows/deploy.yml
@@ -31,6 +31,11 @@ jobs:
31
submodules: recursive
32
fetch-depth: 0
33
34
+ - name: Create theme symlink
35
+ run: |
36
+ mkdir -p exampleSite/themes
37
+ ln -s ../../ exampleSite/themes/coreydaley-dev
38
+
39
- name: Setup Hugo
40
run: |
41
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
0 commit comments