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 8eb8be9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 All @@ -31,15 +31,16 @@ jobs:
- name: Generate system calls HTML
working-directory: syscalls-table/
run: |
python3 examples/generate-html-table.py > syscalls.html
mkdir -p out
python3 examples/generate-html-table.py > out/syscalls.html
- name: Configure GitHub Pages
uses: actions/configure-pages@v3

- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
with:
path: syscalls-table/syscalls.html
path: syscalls-table/out/

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

0 comments on commit 8eb8be9

Please sign in to comment.