diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 6d1a7c9..7de1e3d 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -12,7 +12,7 @@ jobs: contents: read steps: - name: "Checkout Repository" - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: true - name: "Set up Hugo" diff --git a/.gitignore b/.gitignore index 723ef36..1c638ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea \ No newline at end of file +.idea +public \ No newline at end of file