Skip to content

Commit

Permalink
Update CI (#13)
Browse files Browse the repository at this point in the history
* Update CI

* Fix CI error
  • Loading branch information
raphaelrobert authored Sep 12, 2024
1 parent 93c5dac commit bcfe04c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 109 deletions.
100 changes: 0 additions & 100 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "Save Archive"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: archive.json
13 changes: 5 additions & 8 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

- name: "Save Text"
uses: actions/upload-artifact@v2
with:
path: "*.txt"
path: |
draft-*.html
draft-*.txt

0 comments on commit bcfe04c

Please sign in to comment.