We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No errors in pull requests
Github actions trigger error on step "Deploy to Github Pages" because {{secrets.GITHUB_TOKEN}} is not shareable.
Deploy documentation on push master. Possible solution is to create a new 'deploy' step with : if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
The text was updated successfully, but these errors were encountered:
fix: 🔨 fix materializecss#88
ff79f22
0fb2f9f
376be29
Merge pull request #89 from ChildishGiant/v1-dev
bab072a
fix: 🔨 fix #88
bf4d6be
No branches or pull requests
Expected Behavior
No errors in pull requests
Current Behavior
Github actions trigger error on step "Deploy to Github Pages" because {{secrets.GITHUB_TOKEN}} is not shareable.
Possible Solution
Deploy documentation on push master.
Possible solution is to create a new 'deploy' step with :
if: github.ref == 'refs/heads/master'
The text was updated successfully, but these errors were encountered: