Skip to content

Commit

Permalink
fix: change repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
kaakaa committed May 18, 2023
1 parent be9290f commit b04259d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
rm .github/workflows/setup.yaml
sed -i 's#--base /slidev-resources#--base ${{ steps.configure-pages.outputs.base_path }}#g' package.json
sed -i 's#--base /slidev-resources-template#--base ${{ steps.configure-pages.outputs.base_path }}#g' package.json
cat <<EOF > README.md
# slidev-resources
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "slidev-resources",
"name": "slidev-resources-template",
"private": true,
"scripts": {
"build": "slidev build --out ../docs/${npm_config_slide} --base /slidev-resources/${npm_config_slide} ${npm_config_slide}/slides.md",
"build": "slidev build --out ../docs/${npm_config_slide} --base /slidev-resources-template/${npm_config_slide} ${npm_config_slide}/slides.md",
"dev": "slidev --open --remote 0.0.0.0",
"export": "slidev export --output dist/${npm_config_slide}.pdf --format pdf ${npm_config_slide}/slides.md",
"export:dark": "slidev export --dark --output dist/${npm_config_slide}-dark.pdf --format pdf ${npm_config_slide}/slides.md"
Expand Down

0 comments on commit b04259d

Please sign in to comment.