Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ake123 authored Jan 16, 2024
1 parent 40a6444 commit e872bd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,9 @@ jobs:
environment:
name: github-pages
steps:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
# The URL of the deployed page will be available in the output
with:
page_url: ${{ steps.deployment.outputs.page_url }}

0 comments on commit e872bd7

Please sign in to comment.