Skip to content

Commit

Permalink
Removed debug information from the workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Mar 22, 2024
1 parent ebbbcb8 commit de9a061
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/gitterra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: gitterra
- name: Show resulting files
run: ls -l
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: "."
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit de9a061

Please sign in to comment.