We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c608c commit 4169749Copy full SHA for 4169749
.github/workflows/build.yml
@@ -111,6 +111,10 @@ jobs:
111
mkdir -p ${{runner.workspace}}/www/emscripten
112
rsync -zarvm --include="*/" --include="*.html" --include="*.js" --include="*.wasm" --exclude="*" ${{runner.workspace}}/pangolin-build/examples ${{runner.workspace}}/www/emscripten
113
114
+ - name: Copy README to www folder
115
+ run: |
116
+ cp $GITHUB_WORKSPACE/README.md ${{runner.workspace}}/www/index.md
117
+
118
- name: Deploy Examples to GitHub Pages (for pushes to master)
119
if: success() && (github.ref == 'refs/heads/master')
120
uses: crazy-max/ghaction-github-pages@v2.2.0
0 commit comments