Skip to content

Commit

Permalink
Merge pull request #47 from clhain/44_fix_workflow_def
Browse files Browse the repository at this point in the history
44 fix workflow def
  • Loading branch information
clhain authored Oct 22, 2024
2 parents 84bad41 + 6068e5d commit 45bd59d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
on:
push:
branches:
- main
- development
pull_request:
branches:
- main
- development
workflow_dispatch:

workflow_dispatch:
name: Pages-CI

jobs:
Expand All @@ -34,12 +31,8 @@ jobs:
path: tmp/.htmlproofer
key: ${{ runner.os }}-htmlproofer
- name: Build Site
run: bundle exec jekyll build
- name: Test with Nu Validator
uses: Cyb3r-Jak3/html5validator-action@2a593a9f2c10593cbac84791a6fc4c47e9a106c8
with:
config: fixtures/html5validator-config.yml
run: cd ./pages && bundle exec jekyll build
- name: Test with html-proofer
run: bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/" --swap-urls '^/application-study-tool/:/'
run: cd ./pages && bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/" --swap-urls '^/application-study-tool/:/'
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true

0 comments on commit 45bd59d

Please sign in to comment.