Skip to content

Commit

Permalink
Refactor GitHub Pages deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Oct 1, 2024
1 parent 00e0297 commit 9673eb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Deploy static content to Pages

on:
push:
tags: 'gh-pages*'
branches:
- main
workflow_dispatch:

# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
# Upload dist repository
path: './dist'
path: './templates/hs_discover'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 9673eb7

Please sign in to comment.