Skip to content

Commit

Permalink
Merge pull request #9 from kallebysantos/kallebysantos-patch-1
Browse files Browse the repository at this point in the history
Update registry-push.yml
  • Loading branch information
kallebysantos authored Mar 21, 2024
2 parents fd4ce9c + 5c39ab2 commit 773b76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/registry-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
${PWD}/publish/Pango.Tool registry create-metadata $COMPONENTS_PATH \
--registry-uri $REGISTRY_URL \
-o ${PWD}/publish/_site
-o ./_site
# Publish
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: '${PWD}/publish/_site'
path: './_site'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 773b76a

Please sign in to comment.