Skip to content

Commit 651a009

Browse files
committed
save generated site as github actions artifact.
Signed-off-by: Thorbjørn Ravn Andersen <thorbjoern@gmail.com>
1 parent a8c990e commit 651a009

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ jobs:
2424
cache: maven
2525
- name: Build with Maven
2626
run: mvn -B install --file pom.xml
27+
- uses: actions/upload-artifact@v3
28+
with:
29+
name: sfl4j-site
30+
path: target/site/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The command for "building" the site contents is:
1212

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

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

0 commit comments

Comments
 (0)