Skip to content

Commit

Permalink
fix: setup action remove assets/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kaakaa committed May 19, 2023
1 parent 51d90af commit 1764cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
rm .github/workflows/setup.yaml
rm -r assets/
sed -i 's#--base /slidev-resources-template#--base ${{ steps.configure-pages.outputs.base_path }}#g' package.json
cat <<EOF > README.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This repository has a setup action that will create a pull request to rewrite `R
3. Run setup action from `Actions > Setup repository > Run workflow > Run workflow`
4. After completing the action, move to `Pull requests` tab and merge the pull request created by github-actions

The pull request create by setup action is [here](https://github.com/kaakaa/slidev-resources-template/pull/2)
The pull request create by setup action is [here](https://github.com/kaakaa/slidev-resources-template/pull/3)

# License

Expand Down

0 comments on commit 1764cbc

Please sign in to comment.