Skip to content

Commit

Permalink
Merge pull request #130 from ietf-wg-httpapi/darrelmiller-policyname
Browse files Browse the repository at this point in the history
Added support for policy identifier
  • Loading branch information
darrelmiller authored Sep 29, 2024
2 parents 0b541ad + f75528e commit e3054dc
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 336 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "Save HTML"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: "*.html"

- name: "Save Text"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: "*.txt"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib
Loading

0 comments on commit e3054dc

Please sign in to comment.