1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 08:29:24 +01:00
cv/.github/workflows/html5validator.yml.disabled

26 lines
589 B
Plaintext
Raw Permalink Normal View History

2022-05-02 21:42:38 +02:00
name: HTML5 Validator
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Required will all actions
2022-05-02 21:42:38 +02:00
2023-03-07 19:34:24 +01:00
- uses: ruby/setup-ruby@v1
with:
2024-05-27 16:58:14 +02:00
ruby-version: ".ruby-version"
2023-03-07 19:34:24 +01:00
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2022-05-02 21:42:38 +02:00
2023-03-07 19:34:24 +01:00
- name: Jekyll build
run: |
bundle exec jekyll build --drafts --profile
2022-05-02 21:42:38 +02:00
2023-03-07 19:34:24 +01:00
- name: Checks HTML5 validity
uses: Cyb3r-Jak3/html5validator-action@v7.2.0
with:
root: _site/
blacklist: n r or ir