Skip to content

Commit 9c560e7

Browse files
committed
Use a forked WWW-AdventCalendar to use rssmode branch
1 parent 4e95c83 commit 9c560e7

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,26 @@ jobs:
2828
image: perldocker/perl-tester:5.36
2929
steps:
3030
- uses: actions/checkout@v3
31-
- uses: actions/upload-pages-artifact@v1
32-
with:
33-
path: .
3431
- name: 🐧 Install vim for Text-VimColor
3532
run: apt-get install -y vim
3633
- name: 🧅 Install deps using cpm
3734
uses: perl-actions/install-with-cpm@v1
3835
with:
3936
cpanfile: 'cpanfile'
4037
sudo: false
38+
39+
- uses: actions/checkout@v3
40+
name: 🗓️ Clone forked WWW-AdventCalendar
41+
with:
42+
repository: https://github.com/perladvent/WWW-AdventCalendar.git
43+
ref: rssmode
44+
path: WWW-AdventCalendar
45+
- name: 🍴Install Forked WWW-AdventCalendar
46+
run: >
47+
cd WWW-AdventCalendar && \
48+
dzil authordeps | xargs cpm install -g && \
49+
dzil install
50+
4151
- name: 📚 Build articles
4252
run: bash script/build-site.sh
4353

0 commit comments

Comments
 (0)