mirror of
https://github.com/Mikaela/cv.git
synced 2025-01-10 12:12:35 +01:00
Compare commits
No commits in common. "87082b7efd036b2434478d4dbac6d98573457362" and "f00d30f9b8cc439e24401181bc8e5775dff323ad" have entirely different histories.
87082b7efd
...
f00d30f9b8
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -5,7 +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