Skip to content

Commit

Permalink
Update README.md and dist/ directory in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Apr 11, 2024
1 parent c5bc6fd commit c027df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- run: cp -f README.md dist/
- run: pnpm run lint && pnpm run build
- run: cp -f README.md dist/
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- run: cp -f README.md dist/
# - run: cp -f README.md dist/
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/[email protected]
Expand Down

0 comments on commit c027df1

Please sign in to comment.