Skip to content

Commit

Permalink
update test release
Browse files Browse the repository at this point in the history
  • Loading branch information
louisachu committed Nov 17, 2023
1 parent 46dfe30 commit 7618bf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
GATSBY_ALGOLIA_INDEX_ALL_SRC: ${{ secrets.AIO_ALGOLIA_INDEX_ALL_SRC }}
GATSBY_ALGOLIA_SEARCH_INDEX: ${{ secrets.AIO_ALGOLIA_SEARCH_INDEX }}
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
GATSBY_REDOCLY_KEY : ${{ secrets.REDOCLY_LICENSE_KEY }}
- name: Deploy
uses: icaraps/static-website-deploy@master
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/icaraps"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "^4.10.8-rc12",
"@adobe/gatsby-theme-aio": "^4.10.8-rc13",
"gatsby": "^4.13.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
globby "^11.0.1"
graphql-fetch "^1.0.1"

"@adobe/gatsby-theme-aio@^4.10.8-rc12":
version "4.10.8-rc12"
resolved "https://registry.yarnpkg.com/@adobe/gatsby-theme-aio/-/gatsby-theme-aio-4.10.8-rc12.tgz#356831631179ef0d4113ad65e02b9ba1b845e1f2"
integrity sha512-gg2xRWVhU/SUPZW6x2O5oVpJEjfUDbaGRwLsMfsoEuG4Yzmcpu49G0WjhUNtvrsE6m/3p6G8AeIPmBS+LqmiOA==
"@adobe/gatsby-theme-aio@^4.10.8-rc13":
version "4.10.8-rc13"
resolved "https://registry.yarnpkg.com/@adobe/gatsby-theme-aio/-/gatsby-theme-aio-4.10.8-rc13.tgz#ef8ae6ebc907bb24111c23b10a317f9b73939ed2"
integrity sha512-yYjB7RoAdTASwUr2hRUprgV0Bg0E9tidrl2tuHcAiId4SdIfhcbLziukmzLDea2L3vKUK8S3zV23b0GG6B/BKg==
dependencies:
"@adobe/focus-ring-polyfill" "^0.1.5"
"@adobe/gatsby-source-github-file-contributors" "^0.3.1"
Expand Down

0 comments on commit 7618bf5

Please sign in to comment.