Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ogazitt committed Sep 15, 2024
1 parent 8e45794 commit fdce8b4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload Authz API 1.0 revision 01 artifact
uses: actions/upload-artifact@v4
with:
name: Authz API 1.0 revision 01
name: authorization-api-1_0_01
path: |
index.html
authorization-api-1_0_01.html
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Upload Authz API 1.1 revision 01 artifact
uses: actions/upload-artifact@v4
with:
name: Authz API 1.1 revision 01
name: authorization-api-1_1_01
path: |
authorization-api-1_1_01.html
api/authorization-api-1_1_01.xml
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Upload Authz Design Patterns artifact
uses: actions/upload-artifact@v4
with:
name: Authz Design Patterns
name: patterns-doc
path: |
patterns.html
patterns/AuthorizationDesignPatterns.xml
Expand All @@ -112,7 +112,11 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: output
pattern: authorization-api-*
- name: Download artifact - pattern document
uses: actions/download-artifact@v4
with:
name: patterns-doc
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit fdce8b4

Please sign in to comment.