Skip to content

Commit

Permalink
Update multi user logic (#107)
Browse files Browse the repository at this point in the history
* deepu

* test

Signed-off-by: PtPrashantTripathi <[email protected]>

* updated

* ok

* UPDATE HTML

---------

Signed-off-by: PtPrashantTripathi <[email protected]>
  • Loading branch information
PtPrashantTripathi authored Dec 5, 2024
1 parent 1333176 commit c6511d6
Show file tree
Hide file tree
Showing 1,139 changed files with 36,196 additions and 877,576 deletions.
1 change: 0 additions & 1 deletion .github/workflows/data_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:

# Define environment variables
env:
name: python
RELEASE_DATE: "" # Placeholder for release date, set dynamically during the job
PROJECT_DIR: ${{ github.workspace }} # Set project directory to the current GitHub workspace
USERNAME: ${{ github.repository_owner }} # Set USERNAME to the current GitHub Repository owner
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
USERNAME: ${{ github.repository_owner }} # Set USERNAME to the current GitHub Repository owner

# Use the latest stable Ubuntu runner
runs-on: ubuntu-latest
Expand All @@ -49,7 +48,7 @@ jobs:
- name: Update API Path in render.js
run: |
echo "Replacing local API path with live URL..."
sed -i 's|../DATA/API|https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.repository.default_branch }}/DATA/API|' ./FRONTEND/asset/js/render.js
sed -i 's|../DATA/API/ptprashanttripathi|https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.repository.default_branch }}/DATA/API/${{ github.repository_owner }}|' ./FRONTEND/asset/js/render.js
# Step 4: Upload static site content from 'FRONTEND' directory as an artifact
- name: Upload static site content
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"cSpell.words": [
"dtype"
],
"css.validate": false,
"liveServer.settings.port": 5501,
"prettier.printWidth": 80
Expand Down
Loading

0 comments on commit c6511d6

Please sign in to comment.