Skip to content

Commit

Permalink
dependencies update and version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Nov 4, 2024
1 parent 83619e0 commit 9b12c12
Show file tree
Hide file tree
Showing 6 changed files with 764 additions and 946 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
npx parcel build --public-url /dist/
./add_csp_nonce.sh
cp dist/spreadsheet_component.html spreadsheet.dist.handlebars
npx parcel build --public-url https://lovasoa.github.io/sqlpage-spreadsheet/${{ steps.get_version.outputs.VERSION }}/dist/
npx parcel build --public-url https://sqlpage.github.io/sqlpage-spreadsheet/${{ steps.get_version.outputs.VERSION }}/dist/
./add_csp_nonce.sh
cp dist/spreadsheet_component.html spreadsheet.handlebars
Expand Down
2 changes: 1 addition & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ It is included everywhere using the [`dynamic`](https://sql.ophir.dev/documentat

## Running the example

To run the example, simply [download the latest SQLPage release](https://github.com/lovasoa/SQLpage/releases) and run it from the root folder of the example.
To run the example, simply [download the latest SQLPage release](https://github.com/sqlpage/SQLpage/releases) and run it from the root folder of the example.

## SQLPage features used

Expand Down
2 changes: 1 addition & 1 deletion demo/sqlpage/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ To override a default component, create a file with the same name as the default
If you want to start from an existing component, you can copy it from the `sqlpage/templates` directory
in the SQLPage source code[^2].

[^2]: A simple component to start from: https://github.com/lovasoa/SQLpage/blob/main/sqlpage/templates/code.handlebars
[^2]: A simple component to start from: https://github.com/sqlpage/SQLpage/blob/main/sqlpage/templates/code.handlebars
Loading

0 comments on commit 9b12c12

Please sign in to comment.