diff --git a/.github/assets/index.html b/.github/assets/index.html index 6723d3a..17fcd00 100644 --- a/.github/assets/index.html +++ b/.github/assets/index.html @@ -4,106 +4,269 @@ Deep Future +
+
+

+
+

+
+
- diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 21e5724..f9f2680 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,7 @@ on: jobs: build: name: Build Soluna + if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' runs-on: ubuntu-latest strategy: fail-fast: false @@ -73,6 +74,7 @@ jobs: path: build/ deploy: name: Deploy to GitHub Pages + if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' needs: [build] runs-on: ubuntu-latest permissions: