Skip to content

Commit d47ab55

Browse files
authored
Update deploy.yml
1 parent 7e9d0f4 commit d47ab55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: deploy
1+
name: Sync DNS
22

33
on:
44
workflow_dispatch:
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3'
17+
cache: "pip" # caches pip dependencies
1718
- name: Install OctoDNS
1819
run: pip install 'octodns==0.9.10'
1920
- name: Sync w/ production DNS providers

0 commit comments

Comments
 (0)