Skip to content

Commit ccfc42c

Browse files
authored
Update main.yml
1 parent ed1c427 commit ccfc42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Deploy to Pages
22
on:
33
push:
4-
branches: [ main ] # nebo master, podle toho co používáš
4+
branches: [ main ]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
1010
uses: actions/checkout
1111
with:
12-
submodules: recursive # Důležité pro načtení Duckquill
12+
submodules: recursive
1313
- name: Build Zola
1414
uses: shalzz/zola-deploy-action@v0.18.0
1515
env:

0 commit comments

Comments
 (0)