Skip to content

Commit

Permalink
ci(pages): Use default _site instead of dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 4, 2023
1 parent 52e6c86 commit 971d103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
mkdir dist
cp badges.md dist/README.md
mkdir _site
cp badges.md _site/README.md
- uses: actions/upload-pages-artifact@v2
deploy:
needs: build
Expand Down

0 comments on commit 971d103

Please sign in to comment.