Skip to content

Commit

Permalink
Actions: Sync README.md to Github Pages www/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlovegrove committed Sep 5, 2021
1 parent 43c608c commit 1579041
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1579041

Please sign in to comment.