Hello,
I just opened my first personal website by building it in R Quarto, pushing it to GitHub and then to Netlify. However, I’m encountering an error. For some reason the Netlify site deploys,but doesn’t reflect the current changes in the GitHub repo.
Here are the links:
GitHub repo: https://github.com/gentiang/gentiang.github.io
GitHub pages: https://gentiang.github.io/ (this is what the site should look like)
Netlify page: https://gentiang.netlify.app/ (containing only past updates).
Logs:
Initializing:
9:57:18 AM: build-image version: c88e1420630449f4a2fd995ed7cd2ef80eeab5f6 (focal)
9:57:18 AM: buildbot version: c88e1420630449f4a2fd995ed7cd2ef80eeab5f6
9:57:18 AM: Building without cache
9:57:18 AM: Starting to prepare the repo for build
9:57:18 AM: No cached dependencies found. Cloning fresh repo
9:57:18 AM: git clone --filter=blob:none GitHub - gentiang/gentiang.github.io: personal blog
9:57:18 AM: Preparing Git Reference refs/heads/main
9:57:21 AM: Starting to install dependencies
9:57:21 AM: Python version set to 3.8
9:57:21 AM: Attempting Ruby version 2.7.2, read from environment
9:57:21 AM: Using Ruby version 2.7.2
9:57:22 AM: Started restoring cached go cache
9:57:22 AM: Finished restoring cached go cache
9:57:24 AM: go version go1.19.13 linux/amd64
9:57:25 AM: Using PHP version 8.0
9:57:26 AM: v18.19.0 is already installed.
9:57:26 AM: Now using node v18.19.0 (npm v10.2.3)
9:57:26 AM: Enabling Node.js Corepack
9:57:26 AM: Started restoring cached build plugins
9:57:26 AM: Finished restoring cached build plugins
9:57:26 AM: Successfully installed dependencies
9:57:26 AM: No build steps found, continuing to publishing
Building:
9:57:26 AM: Section completed: building
9:57:28 AM: Finished processing build request in 9.594s
Additonally, I bought a domain name through Netlify, I connected the Netlify site to the domain name, but I still can’t access it that way.
This is the link: www.gentiang.com.
Thanks in advance!
Best,
Gentian