Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
  • Loading branch information
AgustinRamiroDiaz committed Aug 24, 2024
1 parent b34def1 commit 4b60f08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<!-- <link data-trunk rel="copy-dir" href="assets/" /> -->
<link data-trunk rel="copy-dir" href="assets/" data-target-path="assets/" />
<link data-trunk rel="rust" />
<base data-trunk-public-url />
</head>

</html>
Expand Down

0 comments on commit 4b60f08

Please sign in to comment.