Skip to content

Commit

Permalink
Add main redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jul 29, 2024
1 parent aaa01da commit 7809e0c
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 202 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,28 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: "./build"

- name: Checkout
uses: actions/checkout@v4
with:
ref: "2024"
path: "./ci-2024"

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Build
uses: actions/jekyll-build-pages@v1
with:
destination: "./2024"
source: "./ci-2024"
destination: "./build/2024"

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./2024"
path: "./build"

deploy:
runs-on: ubuntu-latest
Expand Down
6 changes: 0 additions & 6 deletions .gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions 404.html

This file was deleted.

34 changes: 0 additions & 34 deletions Gemfile

This file was deleted.

23 changes: 0 additions & 23 deletions _config.yml

This file was deleted.

7 changes: 0 additions & 7 deletions _includes/favicon.html

This file was deleted.

13 changes: 0 additions & 13 deletions _includes/head.html

This file was deleted.

74 changes: 0 additions & 74 deletions _pages/welcome.md

This file was deleted.

13 changes: 0 additions & 13 deletions about.md

This file was deleted.

Binary file removed favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<meta http-equiv="refresh" content="0; url=https://conference.bonsai.dev/2024/">
3 changes: 0 additions & 3 deletions index.md

This file was deleted.

0 comments on commit 7809e0c

Please sign in to comment.