Skip to content

Commit

Permalink
Fix output path for built IG
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Oct 8, 2024
1 parent 593aad8 commit 013a8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# Copy IG output to the ig/latest directory in the base content
- run: |
mkdir -p base_content/ig/latest
cp -R output/* base_content/ig/latest/
cp -R current_branch/output/* base_content/ig/latest/
# Set up Pages for deployment
- name: Setup Pages
Expand Down

0 comments on commit 013a8b5

Please sign in to comment.