Skip to content

Commit

Permalink
[ci] Go back with gh-pages pages to better introspect files
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 9, 2024
1 parent 94e3be0 commit 15369cb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,16 @@ jobs:
path: ./dist/
- name: Introspect
run: |
echo "--- pwd"
pwd
echo "--- ls"
ls
echo "--- ls ./dist/"
ls -latrh ./dist
echo "--- ls ./dist/firebird"
ls -latrh ./dist/firebird
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

# - name: Deploy to GitHub Pages
# uses: peaceiris/actions-gh-pages@v4
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./dist/firebird
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/firebird

0 comments on commit 15369cb

Please sign in to comment.