Skip to content

Commit

Permalink
save generated site as github actions artifact.
Browse files Browse the repository at this point in the history
Signed-off-by: Thorbjørn Ravn Andersen <[email protected]>
  • Loading branch information
ravn committed Oct 1, 2022
1 parent a8c990e commit 651a009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B install --file pom.xml
- uses: actions/upload-artifact@v3
with:
name: sfl4j-site
path: target/site/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ The command for "building" the site contents is:

This copies html files from `src/site/pages/` folder to `target/site/` folder, performing variable replacements along the way.

The local version of the website can then 'be navigated at
The local version of the website can then be navigated at
[target/site/index.html](target/site/index.html)

0 comments on commit 651a009

Please sign in to comment.