Skip to content

Commit

Permalink
Update mybuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brienen authored Feb 6, 2024
1 parent 0d3c4ad commit 99ec8b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mybuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Static HTML
run: |
npx respec --localhost --src index.html --out ~/static/snapshot.html
cp ~/static/snapshot.html ./snapshot.html
cp ~/static/snapshot.html snapshot.html
- name: PDF
if: ${{ github.event_name != 'pull_request'}}
run: |
Expand All @@ -32,8 +32,8 @@ jobs:
echo "Hello, world!" > hello.txt
git config --global user.name 'brienen'
git config --global user.email '[email protected]'
git add hello.txt
git commit -m "Add hello.txt"
git add snapshot.html
git commit -m "Add snapshot.html"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 99ec8b9

Please sign in to comment.