'Docusaurus Build and Deployment with GitHub Actions

I made a GitHub action in order to build and deploy my docusaurus site on a GitHub page following the docusaurus documentation.

When I make a modification in one of my project file, the GitHub action works well, the pipeline works, the branch master has been updated and the gh-pages branch too, but when I refresh my GitHub page, the modification is not displayed.

Does someone know what could be the issue? I saw that the issue could come from the use of GITHUB_TOKEN?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source