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 8612183 commit de754f4Copy full SHA for de754f4
.github/workflows/deploy-docs.yml
@@ -31,11 +31,7 @@ jobs:
31
mkdir -p site/docs
32
mkdir -p site/images
33
cp -r temp_docs/* site/docs/
34
- cp -r docs/landing/* site/
35
- cp -r docs/images/* site/images/
36
- cp docs/sitemap.xml site/
37
- cp docs/landing-sitemap.xml site/
38
- cp docs/robots.txt site/
+ cp -r public/* site/
39
40
- name: Deploy to GitHub Pages
41
uses: peaceiris/actions-gh-pages@v3
0 commit comments