Skip to content

Commit

Permalink
checkout code
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Apr 20, 2024
1 parent 5ffb3de commit 751125b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
archive:
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v4
- name: Retrieve all posts
run: |
echo "POSTS=$(ls ./posts | sort -n | sed 's/.md$//g' | sed 's/^/writing.natwelch.com\/post\//')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 751125b

Please sign in to comment.