Skip to content

Commit

Permalink
fix: gh pages error?
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovareiro29 committed Aug 20, 2024
1 parent 339918a commit 442f191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
- name: Generate index file
run: |
branches=$(ls deployment/archives/*.tar | xargs -n 1 basename | sed 's/.tar//')
echo "branches=$branches" >> $GITHUB_ENV
node scripts/build-preview.js $branches > deployment/index.html
rm -rf src/pages/*
cp deployment/index.html src/pages/preview.twig
Expand Down

0 comments on commit 442f191

Please sign in to comment.