You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to upload the source maps from the gh-pages branch, you would need to check out the gh-pages branch after deploying and then upload the source maps. Here’s an updated version of the workflow to achieve that:
name: Deploy to GitHub Pages
This updated workflow checks out the gh-pages branch after deploying and then uploads the source maps from that branch.
If you have any more questions or need further assistance, feel free to ask! 😊
The text was updated successfully, but these errors were encountered:
If you want to upload the source maps from the gh-pages branch, you would need to check out the gh-pages branch after deploying and then upload the source maps. Here’s an updated version of the workflow to achieve that:
name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
This updated workflow checks out the gh-pages branch after deploying and then uploads the source maps from that branch.
If you have any more questions or need further assistance, feel free to ask! 😊
The text was updated successfully, but these errors were encountered: