Skip to content

Commit

Permalink
github actions path sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Oct 25, 2023
1 parent b901fd7 commit f472f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-system-calls-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:


jobs:
update-tables:
generate-and-deploy:
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
with:
path: syscalls-table/syscalls.html
path: syscalls-table/syscalls-table/syscalls.html

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit f472f7b

Please sign in to comment.