Skip to content

Commit

Permalink
Update registry-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kallebysantos authored Feb 26, 2024
1 parent 892d265 commit 47b4efb
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
- name: Setup Pages
Expand All @@ -64,7 +64,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 47b4efb

Please sign in to comment.