File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments