We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c25d8 commit 2386b09Copy full SHA for 2386b09
.github/workflows/main.yml
@@ -44,6 +44,6 @@ jobs:
44
env:
45
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
46
run: |
47
- npx surge --project site \
48
- --domain michaeljoseph.surge.sh \
49
- --token ${{ secrets.SURGE_TOKEN }}
+ # npx surge --project site \
+ # --domain michaeljoseph.surge.sh \
+ # --token ${{ secrets.SURGE_TOKEN }}
0 commit comments