Skip to content

Commit

Permalink
omg ls not la
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Feb 16, 2024
1 parent 2453d6e commit ab4e866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/transfer-rendered-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ jobs:
mkdir -p quizzes/resources/chapt_screen_images
cp bookdown/resources/chapt_screen_images/* quizzes/resources/chapt_screen_images
echo "Are files present?"
la -a quizzes/resources/chapt_screen_images
ls -a quizzes/resources/chapt_screen_images
# Copy over _bookdown.yml
# svn export --force https://github.com/${GITHUB_REPOSITORY}.git/branches/${GITHUB_REF#refs/heads/}/_bookdown.yml _bookdown.yml
cp bookdown/_bookdown.yml quizzes/_bookdown.yml
echo "Are files present?"
la -a quizzes/_bookdown.yml
ls -a quizzes/_bookdown.yml
- name: Create PR with resources files
Expand Down

0 comments on commit ab4e866

Please sign in to comment.