Skip to content

Commit

Permalink
HOTFIX: renaming cicd and adding better output for the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Ytalo Borja committed Oct 14, 2023
1 parent 4fa9ba4 commit 050e66e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ jobs:
uses: actions/download-artifact@v3
with:
name: perujugwebsite
path: _site
- name: Display structure of downloaded files
run: ls -R
working-directory: _site

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Temporary Items

# Local History for Visual Studio Code
.history/
_site/

### VisualStudioCode Patch ###
# Ignore all local history of files
Expand Down

0 comments on commit 050e66e

Please sign in to comment.