Skip to content

Commit

Permalink
Fix last command in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Mar 22, 2024
1 parent d41c4f5 commit 1bcb577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Build book
run: cd book && mdbook build
- name: Check iceberg artifacts exist
run: ls book/.icebergs/*
run: cd book && ls book/.icebergs/*

0 comments on commit 1bcb577

Please sign in to comment.