How to Set Up ARC (Actions Runner Controller) with GitHub

How to Set Up ARC (Actions Runner Controller) with GitHub

Written by

in

If you’re having trouble with your website not updating properly or getting stuck on an older version, here’s a simple fix that can help. Sometimes, your browser saves a copy of the website (called cache), and when you visit again, it loads that saved version instead of the new one. To fix this, you need to clear the cache or do a hard refresh.

To do a hard refresh and force your browser to load the latest version, press and hold the following keys depending on your device:

  • On Windows: Press Ctrl + Shift + R or Ctrl + F5
  • On Mac: Press Command + Shift + R

Hold these keys while your website is open, and your browser will reload the page without using the saved cache. That way, you’ll see the newest updates or changes made to the website.

If this doesn’t work, trying clearing your browser’s cache manually. Here’s how you can do it in Chrome:

  1. Click the three-dot menu icon in the upper right corner of the browser window.
  2. Select More tools > Clear browsing data.
  3. In the window that opens, choose All time in the “Time range” dropdown.
  4. Make sure Cached images and files is checked.
  5. Click Clear data.

After clearing the cache, reload the website using the hard refresh shortcuts listed above. This will ensure you’re seeing the most recent version of the page.