Skip to content

Commit 369d972

Browse files
Merge branch 'main' of github.com:augmented-human-lab/DroneAudioSet-code into main
2 parents b7d6838 + 5a34a1e commit 369d972

67 files changed

Lines changed: 41 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Deploy website folder to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main # deploy whenever main branch changes
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
jobs:
14+
deploy:
15+
environment:
16+
name: github-pages
17+
url: ${{ steps.deployment.outputs.page_url }}
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Checkout code
21+
uses: actions/checkout@v4
22+
23+
- name: Setup Pages
24+
uses: actions/configure-pages@v5
25+
26+
- name: Upload website artifact
27+
uses: actions/upload-pages-artifact@v3
28+
with:
29+
path: ./website # 👈 path to your folder
30+
31+
- name: Deploy to GitHub Pages
32+
id: deployment
33+
uses: actions/deploy-pages@v4
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/audio/example1/mic3_8array-up-File1_original.wav renamed to website/audio/example1/mic3_8array-up-File1_original.wav

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/audio/example2/mic3_8array-up-File1_original.wav renamed to website/audio/example2/mic3_8array-up-File1_original.wav

File renamed without changes.

0 commit comments

Comments
 (0)