Skip to content

Commit 96155ed

Browse files
committed
add symlink for github pages build
1 parent e2741be commit 96155ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
submodules: recursive
3232
fetch-depth: 0
3333

34+
- name: Create theme symlink
35+
run: |
36+
mkdir -p exampleSite/themes
37+
ln -s ../../ exampleSite/themes/coreydaley-dev
38+
3439
- name: Setup Hugo
3540
run: |
3641
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

Comments
 (0)