We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e47557 commit 8c55868Copy full SHA for 8c55868
.github/workflows/deploy.yml
@@ -15,13 +15,15 @@ jobs:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
17
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
18
+ SITE_NAME: "tempfiles.carlgo11.com"
19
run: |
20
cd frontend/
21
remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" && \
22
remote_branch="gh-pages" && \
23
git init && \
24
git config user.name "bot" && \
25
git config user.email "bot@users.noreply.github.com" && \
26
+ cat "${SITE_NAME}" > CNAME
27
git add . && \
28
echo -n 'Files to Commit:' && ls -l | wc -l && \
29
git commit -m'Push to GitHub Pages' > /dev/null 2>&1 && \
frontend/CNAME
0 commit comments