Skip to content

Commit

Permalink
Merge pull request #8 from denog/branch-preview
Browse files Browse the repository at this point in the history
CI: Use different action that supports excludes
  • Loading branch information
vidister authored Feb 7, 2024
2 parents 2dfed2b + a111711 commit 95bb037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- run: pip install mkdocs-material
- run: mkdocs build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: JamesIves/github-pages-deploy-action@v4
with:
path: ./site/
clean-exclude: pr-preview/

0 comments on commit 95bb037

Please sign in to comment.