-
Notifications
You must be signed in to change notification settings - Fork 853
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actions: Sync README.md to Github Pages www/index.md
- Loading branch information
1 parent
43c608c
commit 1579041
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,6 +111,10 @@ jobs: | |
mkdir -p ${{runner.workspace}}/www/emscripten | ||
rsync -zarvm --include="*/" --include="*.html" --include="*.js" --include="*.wasm" --exclude="*" ${{runner.workspace}}/pangolin-build/examples ${{runner.workspace}}/www/emscripten | ||
- name: Copy README to www folder | ||
run: | | ||
cp "${{github.workspace}}/README.md" "${{runner.workspace}}/www/index.md" | ||
- name: Deploy Examples to GitHub Pages (for pushes to master) | ||
if: success() && (github.ref == 'refs/heads/master') | ||
uses: crazy-max/[email protected] | ||
|