Skip to content

Commit

Permalink
Merge pull request #6 from jkmarz/main
Browse files Browse the repository at this point in the history
fixes to improve OpenSSF scores
  • Loading branch information
fstrr authored Jul 31, 2024
2 parents 4149d09 + dec1744 commit 8cf38e1
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/eleventy_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Eleventy Build
permissions: read-all

on:
push:
Expand All @@ -23,4 +24,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./site
publish_dir: ./site
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### License

The Intel Open Source Accessibility Playbook is licensed under the terms in [LICENSE]. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.
The Intel Open Source Accessibility Playbook is licensed under the terms in [LICENSE](LICENSE). By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.

### Sign your work

Expand Down
Loading

0 comments on commit 8cf38e1

Please sign in to comment.