Skip to content

Commit

Permalink
Ci security tweaks take seventy three (gradio-app#9018)
Browse files Browse the repository at this point in the history
* asd

* asd

* asd

* asd

* adsa

* asd
  • Loading branch information
pngwn authored Aug 5, 2024
1 parent 6025cbe commit d607457
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/previews-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ jobs:
curl https://raw.githubusercontent.com/gradio-app/gradio/main/scripts/upload_demo_to_space.py -o scripts/upload_demo_to_space.py
curl https://raw.githubusercontent.com/gradio-app/gradio/main/scripts/upload_website_demos.py -o scripts/upload_website_demos.py
- name: make dirs
<<<<<<< HEAD
run: mkdir -p demo/all_demos && mv demo/* demo/all_demos/
=======
run: mkdir -p demo/all_demos && mv demo demo/all_demos
>>>>>>> main
- name: Upload demo to spaces
if: github.event.workflow_run.event == 'pull_request'
id: upload-demo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:browser:verbose": "pnpm test:browser",
"test:browser:dev": "pnpm --filter @gradio/app test:browser:dev",
"storybook": "storybook dev -p 6006 --config-dir js/storybook",
"build-storybook": "storybook build --config-dir js/storybook",
"build-storybook": "storybook build --config-dir js/storybook --webpack-stats-json",
"ci:version": "changeset version && pnpm i --lockfile-only && node ./.changeset/fix_changelogs.cjs",
"ci:publish": "pnpm changeset tag && git push origin --tags && pnpm publish --no-git-checks --access public -r --filter=@gradio/*",
"chromatic": "chromatic",
Expand Down

0 comments on commit d607457

Please sign in to comment.