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
# This is the work flow to generate preview links for Pull Requests name: PR-Preview-Generator on: pull_request: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16 - name: Installing Surge run: npm i -g surge - name: Deploying on Surge env: DEPLOY_DOMAIN: https://pr-${{ github.event.number }}-CALCULATOR-WEBSITE.surge.sh SURGE_TOKEN: aadbfcb04e3dae63bb3561ca05f93eb1 run: surge ./ $DEPLOY_DOMAIN --token $SURGE_TOKEN
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: