Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update the plugin repository with GitHub Actions #18

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Commenting
personalizedrefrigerator committed Jul 15, 2024
commit 1decbf7662ec3a91d8c8559d4f163ee6a4031709
4 changes: 3 additions & 1 deletion .github/workflows/update-repo.yml
Original file line number Diff line number Diff line change
@@ -35,6 +35,8 @@ jobs:
run: |
mkdir ./plugin-repo-builder/
cd ./plugin-repo-builder/ && npm install @joplin/plugin-repo-cli
echo "Installed!"
echo "Installed @joplin/plugin-repo-cli!"
# Use NodeJS to resolve plugin-repo-cli
echo 'require("@joplin/plugin-repo-cli")' > main.js
# plugin-repo-cli requires absolute paths.
node main.js build "$(realpath ../plugins/)"