Skip to content

Commit

Permalink
Fetch calendar from SVN (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored Sep 23, 2021
1 parent 2c3e276 commit dec3dd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions get_calendar.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
echo "Fetching calendar from SVN"
cd content/foundation/board || exit
/usr/bin/svn export https://svn.apache.org/repos/asf/infrastructure/site/trunk/content/foundation/board/calendar.md --force
2 changes: 2 additions & 0 deletions pelicanconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ plugins:

setup:
data: asfdata.yaml
run:
- /bin/bash get_calendar.sh
ignore:
- README.md
- interviews
Expand Down

0 comments on commit dec3dd6

Please sign in to comment.