Skip to content

Commit

Permalink
ci(docs)πŸ“: Update GitHub Actions workflow for documentation deployment
Browse files Browse the repository at this point in the history
- Add configuration for the source directory and preview branch in the PR Preview step.
  • Loading branch information
ericmjl committed Nov 19, 2024
1 parent 5d7e102 commit a7c0218
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ jobs:
- name: Deploy PR Preview
if: github.event_name == 'pull_request' && github.ref_name == 'main'
uses: rossjrw/[email protected]
with:
source-dir: ./site
preview-branch: gh-pages

0 comments on commit a7c0218

Please sign in to comment.