Skip to content

Commit

Permalink
Remove PR chek for now + add ARIA ED
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 14, 2024
1 parent ab12d70 commit 925dc4c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 34 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/aria.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: aria ED
on:
pull_request: {}
push:
branches: [main]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
34 changes: 0 additions & 34 deletions .github/workflows/gh-pages.yml

This file was deleted.

0 comments on commit 925dc4c

Please sign in to comment.