We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c990e commit 651a009Copy full SHA for 651a009
.github/workflows/maven.yml
@@ -24,3 +24,7 @@ jobs:
24
cache: maven
25
- name: Build with Maven
26
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
@@ -12,5 +12,5 @@ The command for "building" the site contents is:
12
13
This copies html files from `src/site/pages/` folder to `target/site/` folder, performing variable replacements along the way.
14
15
-The local version of the website can then 'be navigated at
+The local version of the website can then be navigated at
16
[target/site/index.html](target/site/index.html)
0 commit comments