mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-07-22 11:50:36 -04:00
Update Workflow
This commit is contained in:
parent
ad18e67345
commit
4122fdb58f
1 changed files with 6 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue