Skip to content

Commit

Permalink
One more try...
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-naish committed May 19, 2024
1 parent 61c02f0 commit f98bdad
Show file tree
Hide file tree
Showing 77 changed files with 4 additions and 1,325 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master # The branch the action should deploy to.
BRANCH: dev # The branch the action should deploy to.
FOLDER: build # The folder the action should deploy.
# CLEAN: true # Automatically remove deleted files from the deploy branch
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

Welcome to Algorithms In Action!

Here is the [link](https://algorithms-in-action.github.io/) to run the algorithm visualiser on your browser.
Here is the [link](https://dev-aia.vercel.app/) to run the algorithm
visualiser on your browser (hosted on Vercel; the github hosting is
currently broken for some unknown reason).

We recommend you read the [WIKI](https://github.com/algorithms-in-action/algorithms-in-action.github.io/wiki) for more project details.

Expand Down
43 changes: 0 additions & 43 deletions build/404.html

This file was deleted.

78 changes: 0 additions & 78 deletions build/asset-manifest.json

This file was deleted.

Binary file removed build/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion build/index.html

This file was deleted.

Binary file removed build/logo192.png
Binary file not shown.
Binary file removed build/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions build/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions build/robots.txt

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/css/2.450bcdb5.chunk.css

This file was deleted.

1 change: 0 additions & 1 deletion build/static/css/2.450bcdb5.chunk.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/css/main.4f3e4ad1.chunk.css

This file was deleted.

1 change: 0 additions & 1 deletion build/static/css/main.4f3e4ad1.chunk.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions build/static/js/2.6539e204.chunk.js

This file was deleted.

95 changes: 0 additions & 95 deletions build/static/js/2.6539e204.chunk.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/2.6539e204.chunk.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/js/main.91c3ef40.chunk.js

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/main.91c3ef40.chunk.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/js/runtime-main.9762177c.js

This file was deleted.

Loading

1 comment on commit f98bdad

@lee-naish
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying to dev removed heaps of files - oops!

Please sign in to comment.