Skip to content

Commit

Permalink
Merge pull request #16 from yogeshbdeshpande/main
Browse files Browse the repository at this point in the history
Reverting publish to v2
  • Loading branch information
yogeshbdeshpande authored Jan 25, 2024
2 parents d5b8385 + eb32579 commit a533b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
token: ${{ github.token }}

- name: "Archive Built Drafts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
path: |
draft-*.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
make: upload

- name: "Archive Submitted Drafts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
path: "versioned/draft-*-[0-9][0-9].*"

0 comments on commit a533b50

Please sign in to comment.