We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39126c5 commit aecd49fCopy full SHA for aecd49f
1 file changed
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ env:
4
GITHUB_USERNAME: ${{ github.repository_owner }}
5
REACT_APP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This is automatically set by Github Actions
6
USE_GITHUB_DATA: "true"
7
- MEDIUM_USERNAME: "saadpasta" # Change this to your medium username
+ MEDIUM_USERNAME: "felmateos" # Change this to your medium username
8
on:
9
workflow_dispatch:
10
push:
@@ -35,4 +35,4 @@ jobs:
35
with:
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This is provided by GitHub.
37
BRANCH: gh-pages # The branch the action should deploy to.
38
- FOLDER: build # The folder the action should deploy.
+ FOLDER: build # The folder the action should deploy.
0 commit comments