Skip to content

Commit

Permalink
chore: Enhance Nuxt.js Deployment Action
Browse files Browse the repository at this point in the history
Improved the Nuxt.js deployment workflow by adding the necessary token and specifying the artifact name. This enhancement ensures a smoother and secure deployment process to GitHub Pages. The change includes setting up the GitHub token as a secret for added security during the deployment.
  • Loading branch information
sajjadth committed Nov 23, 2023
1 parent cfcf7c4 commit 854bcbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ jobs:
id: deployment
uses: actions/deploy-pages@v2
with:
artifact: frontend-dist
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: frontend-dist

0 comments on commit 854bcbb

Please sign in to comment.