Skip to content

Commit

Permalink
add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge committed Nov 18, 2024
1 parent d7ac44b commit 9edd455
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/electron-build-and-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Electron Build and Publish

on:
pull_request:
branches: [main]
# workflow_run:
# workflows: ["Release Build"]
# types: [completed]

env:
PUBLISH_FOR_PULL_REQUEST: true
workflow_run:
workflows: ["Release Build"]
types: [completed]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It utilizes a [100% Serverless RAG pipeline](https://medium.com/@fynnfluegge/ser
- Run it 100% [locally with Docker](INSTALLATION.md#run-with-docker)
- Host at [AWS](INSTALLATION.md#aws-hosting)
- Check [Contribution Guide](CONTRIBUTING.md#contributing-guide) how to setup a local development environment
- If you are interested in contributing, visit [Contributing](README.md#Contributing) section for more details.
- If you are interested in contributing, visit [Contributing](README.md#contributing) section for more details.

## ✨ Features

Expand Down Expand Up @@ -109,7 +109,7 @@ It utilizes a [100% Serverless RAG pipeline](https://medium.com/@fynnfluegge/ser

## Contributing

A good way to do the first contribution are the *good first issue* labelled issues [here](https://github.com/fynnfluegge/rocketnotes/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). On some of the issues are already linked PRs with comments in the code what has to be done. These PRs can be picked up if not assigned to someone yet.
A good way to do the first contribution are the _good first issue_ labelled issues [here](https://github.com/fynnfluegge/rocketnotes/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). On some of the issues are already linked PRs with comments in the code what has to be done. These PRs can be picked up if not assigned to someone yet.

The most comfortable way to get started is to open the project in a ready-to-code Gitpod workspace with all packages & tools preinstalled and a running database with sample data.

Expand Down
2 changes: 1 addition & 1 deletion landing-page/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a
class="nav-link border border-light rounded"
target="_blank"
href="https://rocketnotes-electron-releases.s3.eu-central-1.amazonaws.com/rocketnotes-1.0.0-arm64.dmg"
href="https://rocketnotes-electron-releases.s3.eu-central-1.amazonaws.com/rocketnotes-1.0.2-arm64.dmg"
style="margin-right: 8px"
>
<i class="fa-solid fa-download"></i> macOS <i class="fab fa-apple"></i>
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "1.0.0",
"version": "1.0.2",
"main": "electron.js",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 9edd455

Please sign in to comment.