diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 3a36d14..d2babe1 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -1,7 +1,7 @@ name: research on: push: - branches: [ master ] + branches: [ main ] jobs: build: @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.16 uses: actions/setup-go@v1 with: - go-version: 1.15 + go-version: 1.16 id: go - name: Setup Hugo diff --git a/.github/.vscode/settings.json b/.vscode/settings.json similarity index 100% rename from .github/.vscode/settings.json rename to .vscode/settings.json