Skip to content

Commit

Permalink
update CI and gitlab config
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Oct 5, 2024
1 parent d8a6526 commit 5ad40f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: apt update && apt install -y libvips
- run: npm ci
- run: gulp css
- name: Build with Jekyll
Expand Down
10 changes: 1 addition & 9 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
tasks:
- command: npm install && bundle install && npx gulp css && bundle exec jekyll serve
- command: sudo apt-get update && sudo apt-get -y install libvips && npm install && bundle install && npx gulp css && bundle exec jekyll serve

ports:
- port: 4000
onOpen: open-preview
name: Website
description: Website Preview
visibility: public

github:
prebuilds:
master: true
pullRequests: true
addComment: true
addBadge: true
addLabel: prebuilt-in-gitpod

0 comments on commit 5ad40f8

Please sign in to comment.