Skip to content

Commit

Permalink
Update preview link
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig committed Jul 30, 2024
1 parent b74fa3c commit 55160a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book-preview-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const previewUrl = `https://www.athenavm.org/book/preview/${context.issue.number}/`;
const previewUrl = `https://www.athenavm.org/athena/preview/${context.issue.number}/book/`;
const commentBody = `📘 Book preview available at: ${previewUrl}`;
// Get all comments
Expand Down

0 comments on commit 55160a5

Please sign in to comment.