Skip to content

Commit

Permalink
add build folder to gitignore; add netlify.toml; create build folder …
Browse files Browse the repository at this point in the history
…if not exists; update pr preview link (assume url will be https://aria-at.netlify.app)
  • Loading branch information
howard-e committed Mar 7, 2022
1 parent b2f7099 commit ea1e890
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
head-branch-regex: '.*'
title-template: ''
body-template: '[Preview Tests](https://raw.githack.com/w3c/aria-at/%headbranch%/build/index.html)'
body-template: '[Preview Tests](https://deploy-preview-${{ github.event.pull_request.number }}--aria-at.netlify.app)'
body-update-action: prefix
body-uppercase-head-match: false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.#*
.DS_*
.eslintcache
build
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
command = "npm ci && npm run build"
publish = "build"

0 comments on commit ea1e890

Please sign in to comment.