Skip to content

Commit de754f4

Browse files
committed
build: streamline documentation deployment by consolidating file copies
1 parent 8612183 commit de754f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ jobs:
3131
mkdir -p site/docs
3232
mkdir -p site/images
3333
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/
34+
cp -r public/* site/
3935
4036
- name: Deploy to GitHub Pages
4137
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)