Skip to content

Commit

Permalink
build the docsite
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Aug 15, 2023
1 parent 3464098 commit 4c6f402
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/reusable-build-docsite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
run: python -I -Werror build.py
- name: Copy sitemaps, redirects, and robots.txt files
run: cp -v *-sitemap.xml .htaccess robots.txt output/
- name: Deploy to the prod branch
uses: JamesIves/github-pages-deploy-action@v4
- name: Create a downloadable archive of docs build
uses: actions/upload-artifact@v3
with:
folder: output
branch: prod
name: docsite-html-assets
path: output/*
retention-days: 7

0 comments on commit 4c6f402

Please sign in to comment.