mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-04 16:44:15 +01:00
Compare commits
No commits in common. "b48caf5462d6133010a7dd421f645ea3ab39d050" and "c7a5b599ffb0f9a275f025fa2de78a9b46dc7ac5" have entirely different histories.
b48caf5462
...
c7a5b599ff
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -5,8 +5,3 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
|
|
||||||
|
26
.github/workflows/html5validator.yml
vendored
26
.github/workflows/html5validator.yml
vendored
@ -1,26 +0,0 @@
|
|||||||
name: HTML5 Validator
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3 # Required will all actions
|
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@v1
|
|
||||||
with:
|
|
||||||
ruby-version: 3.1
|
|
||||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
|
||||||
|
|
||||||
- name: Jekyll build
|
|
||||||
run: |
|
|
||||||
bundle exec jekyll build --drafts --profile
|
|
||||||
|
|
||||||
- name: Checks HTML5 validity
|
|
||||||
uses: Cyb3r-Jak3/html5validator-action@v7.1.1
|
|
||||||
with:
|
|
||||||
root: _site/
|
|
||||||
blacklist: n r or ir
|
|
Loading…
Reference in New Issue
Block a user