Skip to content

Commit

Permalink
Run GH pages only if enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jul 31, 2023
1 parent 8bb0628 commit 888e1d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-and-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:
with:
message: Building blocks postprocessing
- name: Setup Pages
if: ${{ github.event.repository.has_pages }}
uses: actions/configure-pages@v3
- name: Upload artifacts
uses: actions/upload-pages-artifact@v1
with:
path: .
- name: Deploy to GH Pages
if: ${{ github.event.repository.has_pages }}
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 888e1d3

Please sign in to comment.