mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Update Workflow
This commit is contained in:
parent
ad18e67345
commit
4122fdb58f
@ -2,12 +2,11 @@ name: Jekyll build
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: build
|
||||
build:
|
||||
runs-on: ruby:3.1.3
|
||||
steps:
|
||||
commands:
|
||||
- gem update
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
- run: gem update
|
||||
- run: gem install bundler
|
||||
- run: bundle install
|
||||
- run: bundle exec jekyll build
|
||||
uses: actions/checkout@v3
|
Loading…
Reference in New Issue
Block a user