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
Path: /docs/hosting/deploy-with-github-actions
there's a typo \ between curly braces {\{ in auth_token and project_id
\
{\{
name: Deploy Reflex App on: push: branches: - main jobs: deploy: runs-on: ubuntu-latest steps: - name: Deploy to Reflex Cloud uses: reflex-dev/reflex-deploy-action@v1 with: auth_token: ${\{ secrets.REFLEX_PROJECT_ID }} project_id: ${\{ secrets.REFLEX_PROJECT_ID }} app_directory: "my-app-folder" # Optional, defaults to root extra_args: "--env THIRD_PARTY_APIKEY=***" # Optional python_version: "3.12" # Optional
The text was updated successfully, but these errors were encountered:
ENG-4176 Issue with reflex.dev documentation
Sorry, something went wrong.
This is solved. It just needs a new release of flexdown and it will work.
No branches or pull requests
Path: /docs/hosting/deploy-with-github-actions
there's a typo
\
between curly braces{\{
in auth_token and project_idThe text was updated successfully, but these errors were encountered: