DebasishDhal99 commited on
Commit
41b9823
Β·
2 Parent(s): dc9063e 5e73949

Merged unrelated histories

Browse files
Files changed (2) hide show
  1. .github/workflows/main.yml +20 -0
  2. README.md +4 -0
.github/workflows/main.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+ on:
3
+ push:
4
+ branches: [main]
5
+ # to run this workflow manually from the Actions tab
6
+ workflow_dispatch:
7
+
8
+ jobs:
9
+ sync-to-hub:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v3
13
+ with:
14
+ fetch-depth: 0
15
+ lfs: true
16
+ - name: Push to hub
17
+ env:
18
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push --force https://HF_USERNAME:[email protected]/spaces/DebasishDhal99/Ray-tracing-simulation
20
+
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  ---
2
  title: Ray Tracing Simulation
3
  emoji: πŸƒ
@@ -10,3 +11,6 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
+ <<<<<<< HEAD
2
  ---
3
  title: Ray Tracing Simulation
4
  emoji: πŸƒ
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+ =======
15
+ # Ray-tracing-simulation
16
+ >>>>>>> 5e73949b1b1d66cf78063b3de226f2785f5ee6a2