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]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
build:
|
||||||
name: build
|
|
||||||
runs-on: ruby:3.1.3
|
runs-on: ruby:3.1.3
|
||||||
steps:
|
steps:
|
||||||
commands:
|
- run: gem update
|
||||||
- gem update
|
- run: gem install bundler
|
||||||
- gem install bundler
|
- run: bundle install
|
||||||
- bundle install
|
- run: bundle exec jekyll build
|
||||||
- bundle exec jekyll build
|
uses: actions/checkout@v3
|
Loading…
Reference in New Issue
Block a user