File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 with :
4040 ref : asf-site
4141 fetch-depth : 1
42- path : docs
42+ path : asf-site
4343 - name : 🔧 Build site
4444 run : |
45- rm -rf docs /*
46- ./build.sh
45+ rm -rf asf-site/output /*
46+ ./build.sh -Ddocs.dest=asf-site/output
4747 - name : 🚀 Add commit to the asf-site
4848 if : ${{ github.event_name == 'push' }}
49- working-directory : docs
49+ working-directory : asf-site
5050 run : |
5151 echo "Running git config"
5252 git config user.name "GitHub Actions"
Original file line number Diff line number Diff line change 1- docs /
1+ asf-site /
22.svn-legacy /
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- # Script to build the Attic site from xdocs/ sources to docs/ html output
3+ # Script to build the Attic site from xdocs/ sources to html output
4+ # default output is in docs/, override with -Ddocs.dest=path
45
5- ant -Danakia.check.date=false
6+ ant -Danakia.check.date=false " $@ "
You can’t perform that action at this time.
0 commit comments