Skip to content

Commit

Permalink
see what happens
Browse files Browse the repository at this point in the history
and change message to remove travis in favor of geethob
  • Loading branch information
justinvforvendetta committed Mar 3, 2024
1 parent 61dcb1f commit 0474b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: yarn install and deploy
shell: bash -l {0}
run: yarn run deploy
run: gh-pages -t true -m 'Github Actions automated build' -d docs && yarn run deploy

- name: Upload site
uses: actions/upload-artifact@v3
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 @@
"lint": "./node_modules/.bin/eslint . --fix",
"updateLanguages": "node locales/updateLanguages.js",
"predeploy": "yarn updateLanguages && yarn build",
"deploy": "gh-pages -t true -m 'Travis CI automated build' -d docs"
"deploy": "gh-pages -t true -m 'Github automated build' -d docs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0474b73

Please sign in to comment.