Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Mar 5, 2024
1 parent c0b24d3 commit 975f334
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
with:
token: ${{ github.token }}

- name: "Echo stuff"
run: |
echo $GITHUB_ACTOR
echo ${{ github.actor }}
echo $GITHUB_TOKEN
echo ${{ github.token }}
- name: "Update GitHub Pages"
uses: martinthomson/i-d-template@v1
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 975f334

Please sign in to comment.