summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-02-01 21:34:28 +0700
committerDaniil Baturin <daniil@baturin.org>2021-02-01 21:34:28 +0700
commit97b8106c3c357da19890ef5ea45917234e806910 (patch)
tree276b495d252dfee66b54325bde68d662c10cfc2e /.github/workflows
parent85bd37371f15c9153532ecf1f5e4be9be8e7c194 (diff)
downloadcommunity.vyos.net-97b8106c3c357da19890ef5ea45917234e806910.tar.gz
community.vyos.net-97b8106c3c357da19890ef5ea45917234e806910.zip
Reorganize the CSS build process.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c70cbc5..c0f5453 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -47,11 +47,6 @@ jobs:
run: |
make all
- - name: Build CSS
- run: |
- mkdir -p build/css/
- sass -I sass/ sass/main.sass > build/css/main.css
-
- name: Deploy to Netlify
env:
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}