Skip to content

Commit

Permalink
Fix deploy again
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrichards committed Jan 9, 2025
1 parent 2f0c50f commit 6d60077
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,19 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: "test"
path: "astudentsguide/_build/html"
overwrite: true

# - name: Upload artifact
# id: upload-artifact
# uses: actions/upload-artifact@v4
# with:
# name: ${{ inputs.name }}
# path: ${{ runner.temp }}/artifact.tar
# retention-days: ${{ inputs.retention-days }}
# if-no-files-found: error

# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
id: deployment
Expand Down
4 changes: 2 additions & 2 deletions astudentsguide/chapters/mindsetattitude/feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ about feedback (which I believe was inspired by the book [^ref1]).

If you're like me, you're probably wondering what all the fuss is about feedback.
It's such a common word with perhaps even negative connotations; e.g. you try to give
feedback to someone and they don't listen, or annoying survey on the internet
are pestering you to give feedback about some service.
feedback to someone and they don't listen, or some annoying survey on the internet
is pestering you to give feedback about some service.

The type of feedback we're talking about here is centered around personal growth
and true, undivided attention which leads to *real* listening. This is the type
Expand Down

0 comments on commit 6d60077

Please sign in to comment.