Skip to content

Commit

Permalink
Update plugin name.
Browse files Browse the repository at this point in the history
  • Loading branch information
tealefristoe committed Sep 16, 2024
1 parent 6a2d2fe commit 2c91858
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: ${{ github.ref_type == 'branch' && 'branches' || 'versions' }}
url: https://models-resources.concord.org/starter-projects/${{ steps.s3-deploy.outputs.deployPath }}/index.html
url: https://models-resources.concord.org/storyq/${{ steps.s3-deploy.outputs.deployPath }}/index.html
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -82,7 +82,7 @@ jobs:
id: s3-deploy
with:
bucket: models-resources
prefix: starter-projects
prefix: storyq
awsAccessKeyId: ${{ secrets.AWS_ACCESS_KEY_ID }}
awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# Parameters to GHActions have to be strings, so a regular yaml array cannot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
env:
BUCKET: models-resources
PREFIX: starter-projects
PREFIX: storyq
SRC_FILE: index-top.html
DEST_FILE: index.html
jobs:
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,6 +1,6 @@
{
"name": "codap-plugin-starter-project",
"version": "0.1.0",
"name": "storyq",
"version": "2.15.0",
"homepage": ".",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
Expand Down

0 comments on commit 2c91858

Please sign in to comment.