diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
deleted file mode 100644
index 5c66fd7..0000000
--- a/.github/workflows/deploy.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-name: deploy
-on: [push]
-jobs:
- build:
- name: Build
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: borales/actions-yarn@v3.0.0
- with:
- cmd: install # will run `yarn install` command
- - uses: borales/actions-yarn@v3.0.0
- with:
- cmd: build # will run `yarn build` command
-
- - name: Upload production-ready build files
- uses: actions/upload-artifact@v2
- with:
- name: production-files
- path: ./dist
- deploy:
- name: Deploy
- needs: build
- runs-on: ubuntu-latest
- if: github.ref == 'refs/heads/master'
-
- steps:
- - name: Download artifact
- uses: actions/download-artifact@v2
- with:
- name: production-files
- path: ./dist
-
- - name: Deploy to GitHub Pages
- uses: peaceiris/actions-gh-pages@v3
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./dist
\ No newline at end of file
diff --git a/index.html b/index.html
index 8b8d879..14be601 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
property="og:description"
content="A simple demonstration of a dynamically scaled SVG-based noise & radial gradients."
/>
-
+
@@ -21,11 +21,11 @@
/>
@@ -36,11 +36,11 @@
-
-
+
+