Skip to content

Commit

Permalink
Debug deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 30, 2023
1 parent e6d64af commit 5c49293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- run: mkdir ./_site
- name: Build
uses: actions/jekyll-build-pages@v1
- name: Copy static files
run: |
ls -la _site
whoami
cp -r ./.well-known ./_site/
cp -r ./es ./_site/
- name: Upload artifact
Expand Down

0 comments on commit 5c49293

Please sign in to comment.