Skip to content

Commit

Permalink
Update build-pages-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian authored Sep 11, 2023
1 parent cf1a959 commit 3eb0386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and deploy website
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
run-name: ${{ github.repositoy }} is built and deployed
on: [push]
jobs:
Jekyll:
Expand All @@ -20,6 +20,6 @@ jobs:

- name: List files in the repository
run: |
ls ${{ github.workspace }}
ls ${{ github.workspace }}/_site/
- run: echo "This job's status is ${{ job.status }}."

0 comments on commit 3eb0386

Please sign in to comment.