Loading .github/workflows/jekyll.yml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ jobs: # Download our master branch steps: - uses: actions/checkout@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Run our deployment command - name: Deploying the static website to gh-pages Loading Loading
.github/workflows/jekyll.yml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ jobs: # Download our master branch steps: - uses: actions/checkout@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Run our deployment command - name: Deploying the static website to gh-pages Loading