From 9ae095d517edea6c56ef4ea880d4ce86a844dd6f Mon Sep 17 00:00:00 2001 From: Elvis Nuno Date: Wed, 21 Aug 2024 12:40:46 -0600 Subject: [PATCH] updating workflow --- .github/workflows/jekyll.yml | 2 ++ _config.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 9a0ef3d..f30f8a6 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -62,3 +62,5 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/_config.yml b/_config.yml index 00b11f1..53abb01 100644 --- a/_config.yml +++ b/_config.yml @@ -24,6 +24,9 @@ social_links: url: https://keybase.io/elvisnuno icon: fas fa-key +# GitPage URL +website: https://enuno.github.io/DynamicCareerCanvas + # Dark mode settings darkmode: false