Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f0836c0
trying
ashmalvayani Feb 28, 2024
4223360
Adding Custom Files
ashmalvayani Feb 28, 2024
9ff714d
removing not needed files for web page
ashmalvayani Feb 28, 2024
603221f
adding media
ashmalvayani Feb 28, 2024
01349b2
Create index.md
ashmalvayani Feb 28, 2024
2b2324f
Update index.md
ashmalvayani Feb 28, 2024
abc6d75
Add files via upload
ashmalvayani Feb 28, 2024
d32d7f6
Rename Teaser_Video 4.mp4 to Teaser_Video.mp4
ashmalvayani Feb 28, 2024
ec530a3
Update index.md
ashmalvayani Feb 28, 2024
146b6c4
Delete README.md
ashmalvayani Feb 28, 2024
95e1da0
Update default.html
ashmalvayani Feb 28, 2024
bee0f1c
Update index.md
ashmalvayani Feb 28, 2024
ca1e8ca
Update index.md
ashmalvayani Feb 28, 2024
e4ce376
Update index.md
ashmalvayani Feb 28, 2024
a55e65c
Update index.md
ashmalvayani Feb 28, 2024
e06038b
Update _config.yml
ashmalvayani Mar 1, 2024
0254d42
Update _config.yml
ashmalvayani Mar 1, 2024
73e2b0a
Update _config.yml
ashmalvayani Mar 1, 2024
672e729
Update _config.yml
ashmalvayani Mar 1, 2024
30a9cf6
Update default.html
ashmalvayani Mar 1, 2024
77b90cc
Update _config.yml
ashmalvayani Mar 1, 2024
2a0ba93
Add files via upload
ashmalvayani Mar 1, 2024
7c59c60
Delete docs/rado_plot_comparison.png
ashmalvayani Mar 1, 2024
605de79
Rename Rado_Plot_Comparisions.png to rado_plot_comparison.png
ashmalvayani Mar 1, 2024
9021ed5
Update index.md
ashmalvayani Mar 1, 2024
c1ebabe
Update index.md
ashmalvayani Mar 1, 2024
d54646c
Delete docs/rado_plot_comparison.png
ashmalvayani Mar 1, 2024
e30bf98
Add files via upload
ashmalvayani Mar 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading